diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2004-04-08 22:34:31 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2004-04-08 22:34:31 +0000 |
commit | 43fe56f639ea3a24954859420b5b329392168cb3 (patch) | |
tree | c38bbde3db19782b469a250180b6b6dcff4d6ebf | |
parent | d879b9b95bad60487702dab073d766414b3b9ffd (diff) |
fixed minor bug in Darwin section
svn path=/trunk/externals/unauthorized/; revision=1581
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -131,7 +131,7 @@ darwin_pkg: pd_darwin darwin_pkg_clean darwin_pkg_license install -m644 --group=staff */*.pls installroot/pd/doc/5.reference cp -Rf blinkenlights/blm installroot/pd/doc/5.reference test -d installroot/pd/extra || mkdir -p installroot/pd/extra - install -m644 */*.pd_darwin --group=staff installroot/pd/extra + install -m644 --group=staff */*.pd_darwin installroot/pd/extra cp -f pd-unauthorized.info $(PACKAGE_NAME).info # delete cruft -find installroot -name .DS_Store -delete |