diff options
author | JK Wood <joshuakwood@gmail.com> | 2014-07-16 19:00:22 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-07-16 19:00:22 +0700 |
commit | 26135b1acc16cb252a1211b1b1571a297e11f69d (patch) | |
tree | b2c8b206b6a9f7e4464113b371524e63a6f27ba3 /ham/xfhell/Makefile.patch | |
parent | 142eab5bf688cc074c11585c0415db684367d05b (diff) | |
download | slackbuilds-26135b1acc16cb252a1211b1b1571a297e11f69d.tar.gz |
ham/xfhell: Added (GTK+ Hellschreiber program for Linux).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'ham/xfhell/Makefile.patch')
-rw-r--r-- | ham/xfhell/Makefile.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/ham/xfhell/Makefile.patch b/ham/xfhell/Makefile.patch new file mode 100644 index 0000000000..b3e9280fdc --- /dev/null +++ b/ham/xfhell/Makefile.patch @@ -0,0 +1,16 @@ +--- Makefile.in 2013-11-22 23:52:08.000000000 -0600 ++++ Makefile.in.fixed 2014-07-13 16:12:24.469504204 -0500 +@@ -820,13 +820,6 @@ + done \ + fi + +- if test -d $(HOME)/$(PACKAGE); then \ +- echo Working directory exists: $(HOME)/$(PACKAGE) - not copying; \ +- else \ +- echo Copying $(PACKAGE) working directory to $(HOME)/$(PACKAGE); \ +- cp -r $(srcdir)/$(PACKAGE) $(HOME); \ +- fi +- + dist-hook: + if test -d pixmaps; then \ + mkdir $(distdir)/pixmaps; \ |