From 43fe56f639ea3a24954859420b5b329392168cb3 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Thu, 8 Apr 2004 22:34:31 +0000 Subject: fixed minor bug in Darwin section svn path=/trunk/externals/unauthorized/; revision=1581 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ecc753d..95ff140 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.1