summaryrefslogtreecommitdiffstats
path: root/system/unalz/unalz_makefile.diff
diff options
context:
space:
mode:
author crocket <crockabiscuit@yahoo.com>2010-10-19 23:40:00 -0500
committer Erik Hanson <erik@slackbuilds.org>2010-10-20 10:50:24 -0500
commitcfa48edbacb46588e2771e8fb2c3e3669e2d139b (patch)
tree39740c63f23025d54c81fd6fe0e2d84dadc44937 /system/unalz/unalz_makefile.diff
parent0ae61b19ec2c193103fe9cd6e6e0ae30e7016382 (diff)
downloadslackbuilds-cfa48edbacb46588e2771e8fb2c3e3669e2d139b.tar.gz
slackbuilds-cfa48edbacb46588e2771e8fb2c3e3669e2d139b.tar.xz
system/unalz: Added (decompression utility for alz)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/unalz/unalz_makefile.diff')
-rw-r--r--system/unalz/unalz_makefile.diff13
1 files changed, 13 insertions, 0 deletions
diff --git a/system/unalz/unalz_makefile.diff b/system/unalz/unalz_makefile.diff
new file mode 100644
index 0000000000..dd6e199e47
--- /dev/null
+++ b/system/unalz/unalz_makefile.diff
@@ -0,0 +1,13 @@
+diff -Naur unalz/Makefile unalz-patched/Makefile
+--- unalz/Makefile 2009-01-20 10:42:59.000000000 +0900
++++ unalz-patched/Makefile 2010-10-03 22:08:17.862000012 +0900
+@@ -38,7 +38,8 @@
+ $(CPP) $(OBJ) $(LDFLAGS) -o $(BIN)
+
+ install:
+- cp unalz /usr/local/bin/
++ mkdir -p $(DESTDIR)/usr/bin
++ cp unalz $(DESTDIR)/usr/bin
+
+ clean:
+ rm -f $(OBJ) $(BIN)