blob: 0f2dabd8a31775f31f988728faf7b0a5dffa37ec (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
diff -urNd ../mbmerlin-0.8.1-2-r3/mbmerlin/Makefile mbmerlin/Makefile
--- ../mbmerlin-0.8.1-2-r3/mbmerlin/Makefile 2004-07-29 21:17:13.000000000 +0100
+++ mbmerlin/Makefile 2004-08-01 11:32:09.000000000 +0100
@@ -106,6 +106,7 @@
install mbmerlin.desktop $(DESTDIR)/usr/share/applications/inputmethods
install -d $(DESTDIR)/usr/share/pixmaps
install mbmerlin.png $(DESTDIR)/usr/share/pixmaps
+ install -d $(DESTDIR)/$(INSTALL_DIR)
install mbmerlin $(DESTDIR)/$(INSTALL_DIR)
ipkg:
|