mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
5e12937f30
svn path=/nixpkgs/trunk/; revision=9010
28 lines
1.2 KiB
Diff
28 lines
1.2 KiB
Diff
diff -Naur e3cfsprogs-1.39/misc/Makefile.in e3cfsprogs-1.39_path_mod/misc/Makefile.in
|
|
--- e3cfsprogs-1.39/misc/Makefile.in 2006-03-27 07:58:10.000000000 +0200
|
|
+++ e3cfsprogs-1.39_path_mod/misc/Makefile.in 2007-07-20 16:45:04.000000000 +0200
|
|
@@ -223,12 +223,12 @@
|
|
@$(SUBSTITUTE_UPTIME) $(srcdir)/filefrag.8.in filefrag.8
|
|
|
|
installdirs:
|
|
- @echo " MKINSTALLDIRS $(sbindir) $(root_sbindir) $(bindir) $(man1dir) $(man8dir) $(libdir)"
|
|
+ @echo " MKINSTALLDIRS $(sbindir) $(root_sbindir) $(bindir) $(man1dir) $(man8dir) $(libdir) $(root_sysconfdir)"
|
|
@$(MKINSTALLDIRS) $(DESTDIR)$(sbindir) \
|
|
$(DESTDIR)$(root_sbindir) $(DESTDIR)$(bindir) \
|
|
$(DESTDIR)$(man1dir) $(DESTDIR)$(man8dir) \
|
|
$(DESTDIR)$(man1dir) $(DESTDIR)$(man5dir) \
|
|
- $(DESTDIR)$(libdir) $(DESTDIR)/etc
|
|
+ $(DESTDIR)$(libdir) $(DESTDIR)$(root_sysconfdir)/etc
|
|
|
|
install: all $(SMANPAGES) $(UMANPAGES) installdirs
|
|
@for i in $(SPROGS); do \
|
|
@@ -291,7 +291,7 @@
|
|
@if ! test -f $(DESTDIR)/etc/mke2fs.conf; then \
|
|
echo " INSTALL_DATA /etc/mke2fs.conf"; \
|
|
$(INSTALL_DATA) $(srcdir)/mke2fs.conf \
|
|
- $(DESTDIR)/etc/mke2fs.conf; \
|
|
+ $(DESTDIR)$(root_sysconfdir)/mke2fs.conf; \
|
|
fi
|
|
|
|
install-strip: install
|