diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-10-27 03:14:12 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-10-27 03:14:12 +0000 |
commit | 72491ccd9e7b0be789b6bd042189602fe6cd7a47 (patch) | |
tree | c0e0755164d1967949462efd275944b0fb0cca9d /packages/darwin_app/Makefile | |
parent | 2d881ff4f82bc4be019e76efef080a63fd216099 (diff) |
fixed package_clean to work properly on the auto-builds
svn path=/trunk/; revision=6168
Diffstat (limited to 'packages/darwin_app/Makefile')
-rw-r--r-- | packages/darwin_app/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/darwin_app/Makefile b/packages/darwin_app/Makefile index ff04787f..c0980195 100644 --- a/packages/darwin_app/Makefile +++ b/packages/darwin_app/Makefile @@ -273,8 +273,8 @@ clean: package_clean package_clean: darwin_app_clean - -chmod -R u+w -- $(DESTDIR) - -rm -rf -- $(DESTDIR) + -chmod -R u+w -- $(BUILD_BASE) + -rm -rf -- $(BUILD_BASE) -rm Info.plist -rm -f -- "$(CWD)/$(PACKAGE_NAME)/ReadMe.html" -rm -f -- "$(CWD)/$(PACKAGE_NAME)/org.puredata.pd.plist" |