mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-07 20:27:02 +01:00
142eab5bf6
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
16 lines
468 B
Diff
16 lines
468 B
Diff
--- Makefile.in 2013-10-08 07:24:49.000000000 -0500
|
|
+++ Makefile.in.fixed 2014-07-13 15:49:21.000135581 -0500
|
|
@@ -821,13 +821,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; \
|