diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2003-09-01 05:16:41 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2003-09-01 05:16:41 +0000 |
commit | 2cd680aea096989e80e20a3cc9391df566fe7146 (patch) | |
tree | a81d6d1097069476a3c9407d8004be2de171cfd5 | |
parent | 459de1b213bb49e4ca782511de6a90ad0ea28448 (diff) |
fixed install bug in pkg creation
svn path=/trunk/externals/zexy/; revision=920
-rw-r--r-- | src/makefile.darwin | 2 |
1 files changed, 1 insertions, 1 deletions
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 |