diff options
author | Michael Scherer <misc@mandriva.com> | 2004-05-07 12:59:53 +0000 |
---|---|---|
committer | Michael Scherer <misc@mandriva.com> | 2004-05-07 12:59:53 +0000 |
commit | 3bbf7cdcbe09d281428c781f4e5eb70ca62ac164 (patch) | |
tree | 237dd8022269b24063b097a2caf0c593f9a755a7 /rpmbuildupdate | |
parent | 1c8c79ab0b639735c0e9d58ab9c9edc77a649f72 (diff) | |
download | bootsplash-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 )
Diffstat (limited to 'rpmbuildupdate')
-rwxr-xr-x | rpmbuildupdate | 1 |
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"; |