From b698051d599206a9b90e425a8fc54225410dd762 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Sun, 13 Mar 2011 23:46:54 +0100 Subject: fakeroot: use --program-prefix rather than manually renaming binaries Signed-off-by: Peter Korsgaard --- package/fakeroot/fakeroot.mk | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'package/fakeroot') diff --git a/package/fakeroot/fakeroot.mk b/package/fakeroot/fakeroot.mk index a67280486..8061443d7 100644 --- a/package/fakeroot/fakeroot.mk +++ b/package/fakeroot/fakeroot.mk @@ -6,6 +6,7 @@ FAKEROOT_VERSION:=1.9.5 FAKEROOT_SOURCE:=fakeroot_$(FAKEROOT_VERSION).tar.gz FAKEROOT_SITE:=http://snapshot.debian.org/archive/debian/20080427T000000Z/pool/main/f/fakeroot/ +FAKEROOT_CONF_OPT = --program-prefix='' define FAKEROOT_PATCH_FAKEROOT_IN # If using busybox getopt, make it be quiet. @@ -15,14 +16,5 @@ endef FAKEROOT_POST_PATCH_HOOKS += FAKEROOT_PATCH_FAKEROOT_IN -define FAKEROOT_RENAME_TARGET_BINARIES - -mv $(TARGET_DIR)/usr/bin/$(ARCH)-*-faked \ - $(TARGET_DIR)/usr/bin/faked - -mv $(TARGET_DIR)/usr/bin/$(ARCH)-*-fakeroot \ - $(TARGET_DIR)/usr/bin/fakeroot -endef - -FAKEROOT_POST_INSTALL_TARGET_HOOKS += FAKEROOT_RENAME_TARGET_BINARIES - $(eval $(call AUTOTARGETS,package,fakeroot)) $(eval $(call AUTOTARGETS,package,fakeroot,host)) -- cgit v1.2.3