From ff534f8909e7b9667079110f7205ee2428e0b1c1 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 9 Jun 2005 10:01:28 +0000 Subject: fix build --- globetrotter/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'globetrotter') diff --git a/globetrotter/Makefile b/globetrotter/Makefile index ebbc7abbf..3997fa988 100644 --- a/globetrotter/Makefile +++ b/globetrotter/Makefile @@ -12,7 +12,7 @@ LIBDEST = $(LIBDIR)/libDrakX DATADIR = $(PREFIX)/usr/share LANG_FILES = pixmaps/langs -DISTFILES = hwprofile *.spec share/po/*.po share/po/Makefile share/po/i18n_compssUsers Makefile Makefile.config *.pm runstage2 $(LANG_FILES) +DISTFILES = hwprofile *.spec share/po/*.po share/po/Makefile Makefile Makefile.config *.pm runstage2 $(LANG_FILES) .PHONY: all install clean @@ -30,7 +30,7 @@ localcopy: clean # cp -af ../perl-install/share/po ../$(PACKAGE)-$(PKGVERSION)/share/ mkdir ../$(PACKAGE)-$(PKGVERSION)/share/po # cp -af ../perl-install/share/po/{fr.po,Makefile,i18n_compssUsers} ../$(PACKAGE)-$(PKGVERSION)/share/po - cp -af ../perl-install/share/po/{*.po,Makefile,i18n_compssUsers} ../$(PACKAGE)-$(PKGVERSION)/share/po + cp -af ../perl-install/share/po/{*.po,Makefile} ../$(PACKAGE)-$(PKGVERSION)/share/po # enable fast build: perl -pi -e 's!^.*msgmerge.*\n!!' ../$(PACKAGE)-$(PKGVERSION)/share/po/Makefile cp -af ../perl-install/{help,pkgs,install*}.pm ../$(PACKAGE)-$(PKGVERSION)/ -- cgit v1.2.1