changeset 131:173aa074f039

adapted to BSD install.
author Yoshiki Yazawa <yaz@honeyplnaet.jp>
date Mon, 21 Jul 2008 20:22:41 +0900
parents 30f3695bb969
children 484ca3d18ebb
files Makefile.in
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.in	Mon Jul 21 12:26:28 2008 +0900
+++ b/Makefile.in	Mon Jul 21 20:22:41 2008 +0900
@@ -17,12 +17,14 @@
 
 
 $(OBJECTIVE): $(SRC) $(HDR)
-	gcc -o $@ $(SRC) $(CFLAGS) $(LDFLAGS) -g 
+	gcc -o $@ $(SRC) $(CFLAGS) $(LDFLAGS) -g
 
 
 install: $(OBJECTIVE)
 	install -m 755 $(OBJECTIVE) $(PIDGIN_PLUGIN_DIR)
-	install -D -m 644 prefs.ui $(PIDGIN_DATA_DIR)/pidgin-twitter/prefs.ui
+	install -d -m 755 $(PIDGIN_DATA_DIR)/pidgin-twitter
+	install -m 644 prefs.ui $(PIDGIN_DATA_DIR)/pidgin-twitter
+
 
 clean:
 	rm -f $(OBJECTIVE)