diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2003-08-31 15:08:53 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2003-08-31 15:08:53 +0000 |
commit | dc7984b0d78f568ec2ebf5f79edeee035cab0e73 (patch) | |
tree | c1c210af3ad4d081a0670b3372725321fae5e504 /externals/build/darwin/makefile | |
parent | 800a854feca349306f2df1334d9dddcd6fd36ae6 (diff) |
removed */CVS from pkg
svn path=/trunk/; revision=908
Diffstat (limited to 'externals/build/darwin/makefile')
-rw-r--r-- | externals/build/darwin/makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/externals/build/darwin/makefile b/externals/build/darwin/makefile index f9f07609..a0a1f953 100644 --- a/externals/build/darwin/makefile +++ b/externals/build/darwin/makefile @@ -71,12 +71,13 @@ darwin_pkg_clean: darwin_pkg: all darwin_pkg_clean darwin_pkg_license darwin_pkg_welcome # set up installroot dir test -d installroot/pd/doc/5.reference/ || mkdir -p installroot/pd/doc/5.reference/ - cp -r ../doc/* installroot/pd/doc/5.reference + cp -R ../doc/* installroot/pd/doc/5.reference test -d installroot/pd/extra || mkdir -p installroot/pd/extra install -m644 --group=staff *.pd_darwin installroot/pd/extra cp -f pd-externals.info $(PACKAGE_NAME).info # delete cruft -find installroot -name .DS_Store -delete + -sudo rm -Rf installroot/*/*/CVS installroot/*/*/*/CVS installroot/*/*/*/*/CVS -rm -f 1 # set proper permissions sudo chown -R root:staff installroot @@ -97,7 +98,8 @@ darwin_altpkg: all darwin_pkg_clean darwin_pkg_license darwin_pkg_welcome | sed -e 's/MSP standard paths/MacOS X-style Paths/' \ > $(PACKAGE_NAME)-alt.info # delete cruft - -find installroot -name .DS_Store -delete + -sudo find installroot -name .DS_Store -delete + -sudo rm -Rf installroot/*/*/CVS installroot/*/*/*/CVS installroot/*/*/*/*/CVS -rm -f 1 # set proper permissions sudo chown -R root:staff installroot |