From 397bd57244345c46cf6a5af2fb148060e2e743cb Mon Sep 17 00:00:00 2001 From: LaMont Jones Date: Wed, 3 Jun 2009 20:42:05 -0600 Subject: [PATCH] meta: cleanup rules targets Use trailing / on destinations, to make sure they're directories. Signed-off-by: LaMont Jones --- debian/rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/rules b/debian/rules index c8239cd3..22c74ab7 100755 --- a/debian/rules +++ b/debian/rules @@ -117,8 +117,8 @@ ifneq ($(DISTRO),Debian) fi endif cd debian; if [ -f util-linux/sbin/fdisk ]; then \ - ln util-linux/sbin/*fdisk fdisk-udeb/usr/sbin; \ - S=fdisk-udeb/usr/sbin/cfdisk; if [ -f $$S ]; then mv $$S cfdisk-udeb/usr/sbin; fi; \ + ln util-linux/sbin/*fdisk fdisk-udeb/usr/sbin/; \ + S=fdisk-udeb/usr/sbin/cfdisk; if [ -f $$S ]; then mv $$S cfdisk-udeb/usr/sbin/; fi; \ fi cd debian/util-linux-locales && find usr/share/locale -type f | while read x; do ln $$x ../cfdisk-udeb/$$x; done ifeq ($(DEB_HOST_ARCH_OS),linux) -- 2.39.5