Create $(DESTDIR)$(sanedatadir) before installing sane-style.rc.

merge-requests/2/head
Henning Geinitz 2003-01-14 20:55:47 +00:00
rodzic 2c8f08cf65
commit 46be2934fd
2 zmienionych plików z 6 dodań i 1 usunięć

Wyświetl plik

@ -1,3 +1,8 @@
2003-01-14 Henning Meier-Geinitz <henning@meier-geinitz.de>
* src/Makefile.in: Create $(DESTDIR)$(sanedatadir) before installing
sane-style.rc.
---- FEATURE FREEZE FOR SANE 1.0.10 ---
-- snapshot 1.0.10-pre1

Wyświetl plik

@ -76,7 +76,7 @@ install: $(PROGRAMS)
echo "*** maybe the GTK libraries weren't found?" ; \
exit 1 ; \
fi
$(MKDIR) $(DESTDIR)$(bindir) $(DESTDIR)$(datadir)
$(MKDIR) $(DESTDIR)$(bindir) $(DESTDIR)$(datadir) $(DESTDIR)$(sanedatadir)
@for program in $(BINPROGS); do \
echo installing $${program} in $(bindir)/$${program}... ; \
$(INSTALL_PROGRAM) $${program} \