diff options
author | 2023-08-14 21:10:11 -0400 | |
---|---|---|
committer | 2023-08-14 21:10:11 -0400 | |
commit | 3621df9353ce227756f7f4b15750e2b941be3bc0 (patch) | |
tree | 992ac14f01003135e4175c1eca7aefa78d2b75bc /Makefile.in.in | |
parent | f509230223cc5b14d30699655d64bf41dd7e1f6a (diff) | |
parent | 72072f740a2f0ff0b3b67c98cf10efb3d29407ac (diff) | |
download | xfce4-panel-profiles-3621df9353ce227756f7f4b15750e2b941be3bc0.tar.gz xfce4-panel-profiles-3621df9353ce227756f7f4b15750e2b941be3bc0.zip |
Update upstream source from tag 'upstream/1.0.14'
Update to upstream version '1.0.14'
with Debian dir 5134c5179e3744d1aea803acb1b40c3dd05d778b
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 |