0.1.6-0.fdr.2 - Apply Adrian Reber's suggestions in bug 2182 0.1.6-0.fdr.1 - Initial RPM release.
14 lines
569 B
Diff
14 lines
569 B
Diff
--- ./Makefile.in.destdir 2004-09-28 10:36:36.783088158 +0200
|
|
+++ ./Makefile.in 2004-09-28 10:39:32.114687891 +0200
|
|
@@ -641,8 +641,8 @@
|
|
|
|
|
|
install-exec-local: libvisual/lvconfig.h
|
|
- $(mkinstalldirs) $(prefix)/include/libvisual
|
|
- file=$(prefix)/include/libvisual/lvconfig.h; \
|
|
+ $(mkinstalldirs) $(DESTDIR)$(prefix)/include/libvisual
|
|
+ file=$(DESTDIR)$(prefix)/include/libvisual/lvconfig.h; \
|
|
if test -r $$file && cmp -s libvisual/lvconfig.h $$file; then :; \
|
|
else $(INSTALL_DATA) libvisual/lvconfig.h $$file; fi
|
|
|