]> err.no Git - sope/blobdiff - sope-appserver/NGObjWeb/woapp.make
minor improvement to WOHttpAdaptor, bumped framework revisions
[sope] / sope-appserver / NGObjWeb / woapp.make
index fd73d7775e6cc576ce15cef87096fb996f4a8146..60ddbb0ab73276362e62beb826d1a7e45b5c62fe 100644 (file)
@@ -349,7 +349,7 @@ $(WOAPP_DIR_NAME)/WebServerResources:
 internal-woapp-install::
        @($(MKINSTALLDIRS) $(GNUSTEP_WOAPPS); \
        rm -rf $(GNUSTEP_WOAPPS)/$(WOAPP_DIR_NAME); \
-       $(TAR) ch --exclude=CVS --to-stdout $(WOAPP_DIR_NAME) | (cd $(GNUSTEP_WOAPPS); $(TAR) xf -))
+       $(TAR) ch --exclude=CVS --exclude=.svn --to-stdout $(WOAPP_DIR_NAME) | (cd $(GNUSTEP_WOAPPS); $(TAR) xf -))
 ifneq ($(CHOWN_TO),)
        $(CHOWN) -R $(CHOWN_TO) $(GNUSTEP_WOAPPS)/$(WOAPP_DIR_NAME)
 endif