mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
17 lines
468 B
Diff
17 lines
468 B
Diff
|
--- 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; \
|