[-]
[+]
|
Changed |
barnyard2.spec
|
|
[-]
[+]
|
Added |
barnyard2-etc-Makefile.patch
^
|
@@ -0,0 +1,8 @@
+--- etc/Makefile.am.orig 2012-05-24 21:33:13.464437891 +0200
++++ etc/Makefile.am 2012-05-24 21:33:40.568194613 +0200
+@@ -4,4 +4,4 @@
+ EXTRA_DIST = barnyard2.conf
+
+ install-data-am:
+- test -e $(sysconfdir)/barnyard2.conf || install -m 600 $(top_srcdir)/etc/barnyard2.conf $(sysconfdir)
++ test -e $(DESTDIR)$(sysconfdir)/barnyard2.conf || install -m 600 $(top_srcdir)/etc/barnyard2.conf $(DESTDIR)$(sysconfdir)
|