diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2012-09-17 19:58:32 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-09-17 23:34:12 -0500 |
commit | cde7a52010b2db4a03362c0692f5043755cf9fae (patch) | |
tree | 9917a24086691c2718a32fcb4e61f45bf4e316bc /system/extundelete/extundelete.SlackBuild | |
parent | 8b346244f04d7f1b56a4bd08428774b73d54f1f0 (diff) | |
download | slackbuilds-cde7a52010b2db4a03362c0692f5043755cf9fae.tar.gz |
system/extundelete: Added a patch for some renamed functions.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'system/extundelete/extundelete.SlackBuild')
-rw-r--r-- | system/extundelete/extundelete.SlackBuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/system/extundelete/extundelete.SlackBuild b/system/extundelete/extundelete.SlackBuild index 1f6e582cfe..0c787896d2 100644 --- a/system/extundelete/extundelete.SlackBuild +++ b/system/extundelete/extundelete.SlackBuild @@ -28,7 +28,7 @@ PRGNAM=extundelete VERSION=${VERSION:-0.2.0} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -73,6 +73,9 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; +# Fix build (thanks gentoo) +patch -p0 < $CWD/extundelete-0.2.0-build.patch + mkdir -p $PKG/usr/bin $PKG/usr/doc DFLAGS=$LDFLAGS \ |