diff options
Diffstat (limited to 'Makefile.in.in')
-rw-r--r-- | Makefile.in.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in.in b/Makefile.in.in index a34e177..cdb05c6 100644 --- a/Makefile.in.in +++ b/Makefile.in.in @@ -31,6 +31,8 @@ pot: ifeq ($(shell tar --help|grep -o sort=),sort=) TAROPTS := --sort=name --format ustar + TAROPTS += --owner=0 --group=0 --numeric-owner + TAROPTS += --mode=u=wrX,og= endif layouts: cd data/layouts/cupertino; tar $(TAROPTS) -cvjf "../Cupertino.tar.bz2" * @@ -73,7 +75,6 @@ install: all xfce4-panel-profiles.1 install data/metainfo/*.xml $(DESTDIR)/$(PREFIX)/share/metainfo cp -rf locale $(DESTDIR)/$(PREFIX)/share - ln -sf $(PREFIX)/share/locale $(DESTDIR)/$(PREFIX)/share/$(APPNAME)/locale install -d $(DESTDIR)/$(MANDIR)/man1 install xfce4-panel-profiles.1 $(DESTDIR)/$(MANDIR)/man1 |