aboutsummaryrefslogtreecommitdiffstats
path: root/testing/debconf/fix-makefile_destdir.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/debconf/fix-makefile_destdir.patch')
-rw-r--r--testing/debconf/fix-makefile_destdir.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/debconf/fix-makefile_destdir.patch b/testing/debconf/fix-makefile_destdir.patch
index 7093e293502..24553f8252e 100644
--- a/testing/debconf/fix-makefile_destdir.patch
+++ b/testing/debconf/fix-makefile_destdir.patch
@@ -68,10 +68,10 @@
# Other libs and helper stuff.
- install -m 0644 confmodule.sh confmodule $(prefix)/usr/share/debconf/
- install frontend $(prefix)/usr/share/debconf/
-- install -m 0755 transition_db.pl fix_db.pl $(prefix)/usr/share/debconf/
+- install -m 0755 fix_db.pl $(prefix)/usr/share/debconf/
+ install -m 0644 confmodule.sh confmodule $(DESTDIR)$(PREFIX)/share/debconf/
+ install frontend $(DESTDIR)$(PREFIX)/share/debconf/
-+ install -m 0755 transition_db.pl fix_db.pl $(DESTDIR)$(PREFIX)/share/debconf/
++ install -m 0755 fix_db.pl $(DESTDIR)$(PREFIX)/share/debconf/
# Install essential programs.
- install -d $(prefix)/usr/sbin $(prefix)/usr/bin
+ install -d $(DESTDIR)$(PREFIX)/sbin $(DESTDIR)$(PREFIX)/bin