aboutsummaryrefslogtreecommitdiff
path: root/others
diff options
context:
space:
mode:
authorluis <luis@370017ae-e619-0410-ac65-c121f96126d4>2007-03-17 03:55:00 +0000
committerluis <luis@370017ae-e619-0410-ac65-c121f96126d4>2007-03-17 03:55:00 +0000
commit28c7d80bd47cb5096ac9686dfb81c97fdf38856e (patch)
tree9338971f8d19507aaba46e71bd56f0a6e5a32e77 /others
parentc20272580f6a2ab2f1c9aac1fc94a453bf90e715 (diff)
downloadslackbuilds-28c7d80bd47cb5096ac9686dfb81c97fdf38856e.tar.gz
slackbuilds-28c7d80bd47cb5096ac9686dfb81c97fdf38856e.tar.bz2
details
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@1109 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'others')
-rwxr-xr-xothers/generic/generic.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/others/generic/generic.SlackBuild b/others/generic/generic.SlackBuild
index e6d234ac..78eab946 100755
--- a/others/generic/generic.SlackBuild
+++ b/others/generic/generic.SlackBuild
@@ -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