diff --git a/Makefile b/Makefile index bfdf06c..8d28af5 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ all: install install: mkdir -pv $(DESTDIR) - cp -a etc usr $(DESTDIR)/. + cp -a usr $(DESTDIR)/. # po generation for i in $(SUBDIRS); do \ make -C $(DESTDIR)/$$i; \