Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRuben Rodriguez <ruben@activitycentral.com>2012-09-11 12:51:32 (GMT)
committer Ruben Rodriguez <ruben@activitycentral.com>2012-09-11 12:51:32 (GMT)
commit169c82c4ab529d7f488c61427859b84928653d3c (patch)
treebb42abf63900293198ac72e6b5b7852a96ea1931
parent1a547d51db460bd0b7138a3860b6fdc8a0fc893c (diff)
Removed set -e from buildrpm.sh
-rw-r--r--rpms/buildrpm.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/rpms/buildrpm.sh b/rpms/buildrpm.sh
index 1b935e2..a2fdf71 100644
--- a/rpms/buildrpm.sh
+++ b/rpms/buildrpm.sh
@@ -20,8 +20,6 @@
# This script builds Dextrose patched, Sugar rpms from git repositories
# Requirements: git, yum-utils, rpmbuild, patch, libtool, intltool, createrepo
-set -e
-
if [ $# != 2 ]
then
echo Usage: sh $0 version package
@@ -92,7 +90,7 @@ do
log=$(patch -N -t -F$FUZZ --dry-run -p1 < $i 2>&1)
if [ $? = 0 ]
then
- echo APPLYED PATCH: $file | tee -a ~/rpmbuild/RPMS/$PACKAGE-$VERSION.appliedpatches
+ echo APPLIED PATCH: $file | tee -a ~/rpmbuild/RPMS/$PACKAGE-$VERSION.appliedpatches
patch -F$FUZZ -p1 < $i
cp $i ~/rpmbuild/SOURCES/
addpatch $number .$number "$file" 1