[Demudi-commits] r98 - vkeybd/branches/upstream/current

Free Ekanayaka free-guest@haydn.debian.org
Fri, 05 Nov 2004 07:48:42 -0700


Author: free-guest
Date: 2004-11-05 07:48:19 -0700 (Fri, 05 Nov 2004)
New Revision: 98

Modified:
   vkeybd/branches/upstream/current/Makefile
Log:
Load /tmp/tmp.CudBZf/vkeybd-0.1.17 into
vkeybd/branches/upstream/current.


Modified: vkeybd/branches/upstream/current/Makefile
===================================================================
--- vkeybd/branches/upstream/current/Makefile	2004-11-05 14:40:54 UTC (rev 97)
+++ vkeybd/branches/upstream/current/Makefile	2004-11-05 14:48:19 UTC (rev 98)
@@ -99,14 +99,15 @@
 sftovkb: sftovkb.o sffile.o malloc.o fskip.o
 	$(CC) -o $@ $^ -lm
 
-install: $(TARGETS) vkeybd.tcl vkeybd.list
+install: $(TARGETS) vkeybd.tcl vkeybd.list vkeybdmap*
 	mkdir -p $(DESTDIR)$(BIN_DIR)
-	install -c -s vkeybd $(DESTDIR)$(BIN_DIR)
-	install -c -s sftovkb $(DESTDIR)$(BIN_DIR)
+	install -c -m 755 vkeybd $(DESTDIR)$(BIN_DIR)
+	install -c -m 755 sftovkb $(DESTDIR)$(BIN_DIR)
 	rm -f $(DESTDIR)$(BIN_DIR)/vkeybd.tcl
 	mkdir -p $(DESTDIR)$(VKBLIB_DIR)
 	install -c -m 444 vkeybd.tcl $(DESTDIR)$(VKBLIB_DIR)
 	install -c -m 444 vkeybd.list $(DESTDIR)$(VKBLIB_DIR)
+	install -c -m 444 vkeybdmap* $(DESTDIR)$(VKBLIB_DIR)
 
 install-man:
 	mkdir -p $(DESTDIR)$(MAN_DIR)/man$(MAN_SUFFIX)
@@ -114,9 +115,9 @@
 
 install-desktop:
 	mkdir -p $(DESTDIR)$(DATA_DIR)/applications
-	install -c vkeybd.desktop $(DESTDIR)$(DATA_DIR)/applications
+	install -c -m 644 vkeybd.desktop $(DESTDIR)$(DATA_DIR)/applications
 	mkdir -p $(DESTDIR)$(DATA_DIR)/pixmaps
-	install -c pixmaps/*.png $(DESTDIR)$(DATA_DIR)/pixmaps
+	install -c -m 644 pixmaps/*.png $(DESTDIR)$(DATA_DIR)/pixmaps
 
 install-all: install install-man install-desktop