Hi, 

 Can anybody commit it?

 Best regards,
  -Vlad

---------- Forwarded message ----------
Date: Fri, 17 Nov 2000 19:58:44 +0400 (SAMT)
From: Vlad Harchev <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: small patch to /src/wp/Makefile


 Here is a small patch to /src/wp/Makefile to make it installing all files
matching system.profile*, rather than only system.profile.

 Best regards,
  -Vlad
diff -ru abi-0.7.12pre-orig/abi-0.7.11/src/wp/Makefile 
abi-0.7.12pre-cur/abi-0.7.11/src/wp/Makefile
--- abi-0.7.12pre-orig/abi-0.7.11/src/wp/Makefile       Sat Jul 22 03:06:38 2000
+++ abi-0.7.12pre-cur/abi-0.7.11/src/wp/Makefile        Fri Nov 17 19:54:19 2000
@@ -46,7 +46,7 @@
        @$(subst xxxx,$(CANON_AppDir)/help,$(VERIFY_DIRECTORY))
        @$(subst xxxx,$(CANON_AppDir)/sample,$(VERIFY_DIRECTORY))
        @$(ABICOPY) $(USERDIR)/wp/readme.txt $(CANON_AppDir)
-       @$(ABICOPY) $(USERDIR)/wp/system.profile $(CANON_AppDir)
+       @$(ABICOPY) $(USERDIR)/wp/system.profile* $(CANON_AppDir)
        @$(ABICOPY) $(USERDIR)/wp/strings/*.strings $(CANON_AppDir)/strings
        (cd $(USERDIR)/wp/help; tar cf - images ./*.* $(CANON_Lang)/*.* 
$(CANON_Lang)/*/*.*) | (cd $(CANON_AppDir)/help; tar xf -)
        (cd $(USERDIR)/wp/sample; tar cf - $(CANON_Lang)/*.*) | (cd 
$(CANON_AppDir)/sample; tar xf -)

Reply via email to