From 2cd680aea096989e80e20a3cc9391df566fe7146 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Mon, 1 Sep 2003 05:16:41 +0000 Subject: fixed install bug in pkg creation svn path=/trunk/externals/zexy/; revision=920 --- src/makefile.darwin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/makefile.darwin b/src/makefile.darwin index cd2c950..47d12df 100644 --- a/src/makefile.darwin +++ b/src/makefile.darwin @@ -127,7 +127,7 @@ darwin_pkg: all darwin_pkg_clean darwin_pkg_license darwin_pkg_welcome test -d installroot/pd/doc/5.reference || mkdir -p installroot/pd/doc/5.reference install -m644 --group=staff ../examples/*.* installroot/pd/doc/5.reference test -d installroot/pd/extra || mkdir -p installroot/pd/extra - install -m644 --group=staff *.pd_darwin installroot/extra + install -m644 --group=staff *.pd_darwin installroot/pd/extra cp -f ../pd-zexy.info ../$(PACKAGE_NAME).info # delete cruft -find installroot -name .DS_Store -delete -- cgit v1.2.1