aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Scherer <misc@mandriva.com>2004-05-07 12:59:53 +0000
committerMichael Scherer <misc@mandriva.com>2004-05-07 12:59:53 +0000
commit3bbf7cdcbe09d281428c781f4e5eb70ca62ac164 (patch)
tree237dd8022269b24063b097a2caf0c593f9a755a7
parent1c8c79ab0b639735c0e9d58ab9c9edc77a649f72 (diff)
downloadbootsplash-3bbf7cdcbe09d281428c781f4e5eb70ca62ac164.tar
bootsplash-3bbf7cdcbe09d281428c781f4e5eb70ca62ac164.tar.gz
bootsplash-3bbf7cdcbe09d281428c781f4e5eb70ca62ac164.tar.bz2
bootsplash-3bbf7cdcbe09d281428c781f4e5eb70ca62ac164.tar.xz
bootsplash-3bbf7cdcbe09d281428c781f4e5eb70ca62ac164.zip
- do a chmod 644 on source tarball before building ( Goetz Waschk idea )
-rwxr-xr-xrpmbuildupdate1
1 files changed, 1 insertions, 0 deletions
diff --git a/rpmbuildupdate b/rpmbuildupdate
index c549d3d..d78e1be 100755
--- a/rpmbuildupdate
+++ b/rpmbuildupdate
@@ -314,6 +314,7 @@ sub build
}
$found++ if(-e $basename);
+ system("chmod 0644 ${top}/SOURCES/$basename");
}
open(SPECFILE, ">../SPECS/".$pkg.".spec") or die "Unable to open $pkg.spec";