From 18cbe61b9aadffa0bd05a7ec224f64c49619e021 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Thu, 5 Jun 2003 21:51:34 +0000 Subject: fix install crashed X server because /usr/bin/true was no more available :/ --- perl-install/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/Makefile b/perl-install/Makefile index 71b442e77..c6ad8418a 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -54,7 +54,7 @@ test_pms_all: msgfmt -o $@ $< install_pms: $(DIRS) - for i in `perl -ne 's/sub (\w+?)_? {.*/$$1/ and print' commands.pm` sync; do ln -sf commands $(DEST)/usr/bin/$$i; done + for i in `perl -ne 's/sub (\w+?)_?(\(\))? {.*/$$1/ and print' commands.pm` sync; do ln -sf commands $(DEST)/usr/bin/$$i; done install -d $(DESTREP4PMS) find $(DESTREP4PMS) -name "*.pm.gz" | xargs rm -f -- cgit v1.2.1