ports/x11/gnustep/projectcenter/patches/patch-Framework_GNUmakefile_postamble

15 lines
568 B
Text

Otherwise this would leave root owned files there, which would make a
make clean as non root user fail. Those root files would be created
while running make fake
--- Framework/GNUmakefile.postamble.orig Tue Oct 26 17:19:19 2010
+++ Framework/GNUmakefile.postamble Tue Oct 26 17:20:02 2010
@@ -31,6 +31,5 @@
#after-uninstall::
# rm -rf $(GNUSTEP_LIBRARIES)/libProjectCenter*
-#after-install::
-# cp -r Protocols $(GNUSTEP_HEADERS)/ProjectCenter
-# cp -r Widgets $(GNUSTEP_HEADERS)/ProjectCenter
+after-install::
+ rm -rf ProjectCenter.framework/Headers/Protocols