From 1c3c6e0e69b4731bb1e612fafe64ee8324286a87 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Tue, 14 Jan 2003 00:24:32 +0000 Subject: just use /usr/share/locale ; you need glibc locale stuff anyway... --- Makefile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a30f176a..31926b1d 100644 --- a/Makefile +++ b/Makefile @@ -60,10 +60,6 @@ install: make install ROOT=$(ROOT) mandir=$(mandir) -C src make install PREFIX=$(ROOT) -C po -# Make sure locale stuff from initscripts goes in /usr/share/locale too - mkdir -p $(ROOT)/usr/share/locale - cp -a $(ROOT)/etc/locale/* $(ROOT)/usr/share/locale/ - mkdir -p $(ROOT)/var/run/netreport $(ROOT)/var/log chown $(SUPERUSER).$(SUPERGROUP) $(ROOT)/var/run/netreport chmod u=rwx,g=rwx,o=rx $(ROOT)/var/run/netreport -- cgit v1.2.1