]> git.pld-linux.org Git - packages/meld.git/commitdiff
- missing umask 022
authorpaladine <paladine@pld-linux.org>
Wed, 6 Apr 2005 11:18:31 +0000 (11:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    meld.spec -> 1.31

meld.spec

index 7fe8d46480aa47c44ab7c08de33de3081fe0a4ec..b5e258d84c6d13318f5a614307734896fe840f68 100644 (file)
--- a/meld.spec
+++ b/meld.spec
@@ -71,11 +71,13 @@ rm -r $RPM_BUILD_ROOT%{_datadir}/application-registry
 rm -rf $RPM_BUILD_ROOT
 
 %post
+umask 022
 /usr/bin/scrollkeeper-update -q
 /usr/bin/update-desktop-database
 
 %postun
 if [ $1 = 0]; then
+       umask 022
        /usr/bin/scrollkeeper-update -q
        /usr/bin/update-desktop-database
 fi
This page took 0.122137 seconds and 4 git commands to generate.