dpkg-perl-libexecdir.epel6.patch . - Added dpkg-perl-libexecdir.epel6.patch just for fix epel <= 6 . - Cleaned some trailing whitespaces. - Use _localstatedir instead /var .epel9
parent
491f87cd04
commit
96e50bb7f4
@ -0,0 +1,20 @@
|
|||||||
|
--- dpkg-1.16.16.epel6/scripts/Makefile.in 2015-04-09 07:47:16.000000000 +0100
|
||||||
|
+++ dpkg-1.16.16/scripts/Makefile.in 2015-04-26 01:35:34.275309326 +0100
|
||||||
|
@@ -338,7 +392,7 @@ bin_SCRIPTS = \
|
||||||
|
dpkg-source \
|
||||||
|
dpkg-vendor
|
||||||
|
|
||||||
|
-changelogdir = $(pkglibdir)/parsechangelog
|
||||||
|
+changelogdir = $(pkglibexecdir)/parsechangelog
|
||||||
|
changelog_SCRIPTS = \
|
||||||
|
changelog/debian
|
||||||
|
|
||||||
|
@@ -431,7 +485,7 @@ nobase_dist_perllib_DATA = \
|
||||||
|
man3_MANS =
|
||||||
|
do_perl_subst = $(AM_V_GEN) \
|
||||||
|
sed -e "s:^\#![[:space:]]*/usr/bin/perl:\#!$(PERL):" \
|
||||||
|
- -e "s:\$$dpkglibdir[[:space:]]*=[[:space:]]*['\"][^'\"]*['\"]:\$$dpkglibdir=\"$(pkglibdir)\":" \
|
||||||
|
+ -e "s:\$$dpkglibdir[[:space:]]*=[[:space:]]*['\"][^'\"]*['\"]:\$$dpkglibdir=\"$(pkglibexecdir)\":" \
|
||||||
|
-e "s:\$$pkgdatadir[[:space:]]*=[[:space:]]*['\"][^'\"]*['\"]:\$$pkgdatadir=\"$(pkgdatadir)\":" \
|
||||||
|
-e "s:\$$admindir[[:space:]]*=[[:space:]]*['\"][^'\"]*['\"]:\$$admindir=\"$(admindir)\":" \
|
||||||
|
-e "s:\$$version[[:space:]]*=[[:space:]]*['\"][^'\"]*[\"']:\$$version=\"$(PACKAGE_VERSION)\":"
|
@ -0,0 +1,21 @@
|
|||||||
|
diff -up ./scripts/Makefile.am.orig ./scripts/Makefile.am
|
||||||
|
--- ./scripts/Makefile.am.orig 2013-05-17 02:17:58.619324599 -0400
|
||||||
|
+++ ./scripts/Makefile.am 2013-05-17 02:18:35.256329078 -0400
|
||||||
|
@@ -21,7 +21,7 @@ bin_SCRIPTS = \
|
||||||
|
dpkg-source \
|
||||||
|
dpkg-vendor
|
||||||
|
|
||||||
|
-changelogdir = $(pkglibdir)/parsechangelog
|
||||||
|
+changelogdir = $(pkglibexecdir)/parsechangelog
|
||||||
|
changelog_SCRIPTS = \
|
||||||
|
changelog/debian
|
||||||
|
|
||||||
|
@@ -115,7 +115,7 @@ man3_MANS =
|
||||||
|
|
||||||
|
do_perl_subst = $(AM_V_GEN) \
|
||||||
|
sed -e "s:^\#![[:space:]]*/usr/bin/perl:\#!$(PERL):" \
|
||||||
|
- -e "s:\$$dpkglibdir[[:space:]]*=[[:space:]]*['\"][^'\"]*['\"]:\$$dpkglibdir=\"$(pkglibdir)\":" \
|
||||||
|
+ -e "s:\$$dpkglibdir[[:space:]]*=[[:space:]]*['\"][^'\"]*['\"]:\$$dpkglibdir=\"$(pkglibexecdir)\":" \
|
||||||
|
-e "s:\$$pkgdatadir[[:space:]]*=[[:space:]]*['\"][^'\"]*['\"]:\$$pkgdatadir=\"$(pkgdatadir)\":" \
|
||||||
|
-e "s:\$$admindir[[:space:]]*=[[:space:]]*['\"][^'\"]*['\"]:\$$admindir=\"$(admindir)\":" \
|
||||||
|
-e "s:\$$version[[:space:]]*=[[:space:]]*['\"][^'\"]*[\"']:\$$version=\"$(PACKAGE_VERSION)\":"
|
Loading…
Reference in new issue