12 lines
450 B
Plaintext
12 lines
450 B
Plaintext
--- Makefile.in~ Tue Dec 11 18:19:02 2001
|
|
+++ Makefile.in Wed Dec 12 23:17:50 2001
|
|
@@ -49,7 +49,7 @@ path:
|
|
@echo "#define DATA_PATH \"$(DATADIR)\"" > ./src/include/ec_install_path.h
|
|
@echo "#define PLUGIN_PATH \"$(PLUGDIR)\"" >> ./src/include/ec_install_path.h
|
|
|
|
-install: @PROG@ strip
|
|
+install: @PROG@ strip plug-ins_install
|
|
$(INSTALL) -d $(DESTDIR)$(BINDIR)
|
|
$(INSTALL) -m 700 $(PROG) $(DESTDIR)$(BINDIR)
|
|
$(INSTALL) -d $(DESTDIR)$(DATADIR)
|