aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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";