From 315f93b6fa944e0a88798283282229c99021b3da Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Wed, 5 Oct 2022 16:22:33 +0200 Subject: [PATCH] Makefile: create a /usr/bin/usbinstall-gui symlink to launch gui from command line --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 96f7213..c5894c5 100644 --- a/Makefile +++ b/Makefile @@ -47,6 +47,7 @@ install-locales: locales done install-dirs: + @$(INSTALL_DIR) $(DESTDIR)$(bindir) @$(INSTALL_DIR) $(DESTDIR)$(sbindir) @$(INSTALL_DIR) $(DESTDIR)$(mambadir)/usbinstall @$(INSTALL_DIR) $(DESTDIR)$(datadir)/applications @@ -65,6 +66,7 @@ install: install-dirs install-locales $(INSTALL_DATA) src/org.openmamba.usbinstall.policy $(DESTDIR)$(polkitdir)/org.openmamba.usbinstall.policy $(INSTALL_DATA) src/org.openmamba.usbinstall.conf $(DESTDIR)$(dbussystemdir)/org.openmamba.usbinstall.conf $(INSTALL_DATA) src/usbinstall.desktop $(DESTDIR)$(datadir)/applications/usbinstall.desktop + ln -s ../share/openmamba/usbinstall/usbinstall.py $(DESTDIR)$(bindir)/usbinstall-gui clean: rm -f $(pck_catalogs:.po=.mo)