Gabriel Ebner
5624b373ec
subrepo: subdir: "spnavcfg" merged: "cfcd299" upstream: origin: "https://aur.archlinux.org/spnavcfg" branch: "master" commit: "ee823f9" git-subrepo: version: "0.4.3" origin: "???" commit: "???"
12 lines
606 B
Diff
12 lines
606 B
Diff
--- Makefile.in 2021-01-06 23:26:24.592552843 +0100
|
|
+++ Makefile.in 2021-01-06 23:26:30.342582189 +0100
|
|
@@ -39,7 +39,7 @@
|
|
destdir=$(DESTDIR)$(PREFIX)/share/icons/hicolor/$${i}x$${i}/apps; \
|
|
mkdir -p $$destdir; \
|
|
rm -f $$destdir/spnavcfg-$${i}x$${i}.png; \
|
|
- ln -s $(DESTDIR)$(PREFIX)/share/pixmaps/spnavcfg-$${i}x$${i}.png $$destdir/spnavcfg-$${i}x$${i}.png; \
|
|
+ ln -rs $(DESTDIR)$(PREFIX)/share/pixmaps/spnavcfg-$${i}x$${i}.png $$destdir/spnavcfg-$${i}x$${i}.png; \
|
|
done
|
|
mkdir -p $(DESTDIR)$(PREFIX)/share/applications
|
|
cp -a icons/spnavcfg.desktop $(DESTDIR)$(PREFIX)/share/applications/
|