]> gitweb.fluxo.info Git - slackbuilds.git/commitdiff
details
authorluis <luis@370017ae-e619-0410-ac65-c121f96126d4>
Sat, 17 Mar 2007 03:55:00 +0000 (03:55 +0000)
committerluis <luis@370017ae-e619-0410-ac65-c121f96126d4>
Sat, 17 Mar 2007 03:55:00 +0000 (03:55 +0000)
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@1109 370017ae-e619-0410-ac65-c121f96126d4

others/generic/generic.SlackBuild

index e6d234ac8d6784340953e7da4aec36c4278688f1..78eab946e56a846f505d4b6035b3664c433111b1 100755 (executable)
@@ -92,7 +92,8 @@ tar --no-same-owner --no-same-permissions -xvf "$SRC_DIR/$SRC" || exit $ERROR_TA
 cd "$PKG_SRC"
 
 # Patch source
-patches="[[PATCH FILES]] $PKG_NAME.diff $PKG_NAME-$PKG_VERSION.diff
+patches="[[PATCH FILES]]
+         $PKG_NAME.diff $PKG_NAME-$PKG_VERSION.diff
          $PKG_NAME-$PKG_VERSION-$ARCH.diff $PKG_NAME-$ARCH.diff"
 for patch in $patches; do
   if [ -f "$CWD/$patch" ]; then