Update of /cvsroot/tuxpaint/tuxpaint
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26671

Modified Files:
        Makefile 
Log Message:
Makefile: creates bin dir, changed file install orders.

Index: Makefile
===================================================================
RCS file: /cvsroot/tuxpaint/tuxpaint/Makefile,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- Makefile    31 Mar 2004 19:34:25 -0000      1.30
+++ Makefile    14 Apr 2004 17:59:29 -0000      1.31
@@ -129,9 +129,9 @@
 # to do this as superuser ("root"))
 
 install:       install-bin install-data install-man install-doc \
-               install-gnome install-kde install-kde-icons \
                install-icon install-gettext install-importscript \
-               install-default-config install-example-stamps
+               install-default-config install-example-stamps \
+               install-gnome install-kde install-kde-icons
        @echo
        @echo "--------------------------------------------------------------"
        @echo
@@ -329,6 +329,7 @@
 install-bin:
        @echo
        @echo "...Installing program itself..."
+       @install -d $(BIN_PREFIX)
        @cp tuxpaint $(BIN_PREFIX)
        @chmod a+rx,g-w,o-w $(BIN_PREFIX)/tuxpaint
 

_______________________________________________
Tuxpaint-commits mailing list
[EMAIL PROTECTED]
http://tux4kids.net/mailman/listinfo/tuxpaint-commits

Reply via email to