5 Commits

Author SHA1 Message Date
9a3d49b13a fix sed backup suffix 2023-07-09 21:23:02 +03:00
0000966ad8 tag 0.13.7 2023-07-09 00:30:07 +03:00
4c3cb26d8e bump ver 2023-07-09 00:24:22 +03:00
0736ea40b4 autodetect .Xauthority file 2023-07-09 00:21:18 +03:00
9fb0b98c6a live-s6: drop alpm hook 2022-04-10 02:03:41 +02:00
3 changed files with 9 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
VERSION = 0.13.5
VERSION = 0.13.8
PKG = live-services
TOOLS = artools
@@ -129,7 +129,7 @@ install_runit:
install $(DMODE) $(DESTDIR)$(SYSCONFDIR)/runit/sv/pacman-init
install $(BMODE) $(RUNIT_SV) $(DESTDIR)$(SYSCONFDIR)/runit/sv/pacman-init/run
install_s6: install_alpm
install_s6:
install $(DMODE) $(DESTDIR)$(SYSCONFDIR)/s6/sv
install $(DMODE) $(DESTDIR)$(SYSCONFDIR)/s6/adminsv

View File

@@ -1 +1,3 @@
# live-services
Live ISO setup, branding, installer for DE ISOs etc.

View File

@@ -13,9 +13,11 @@ src=@datadir@/applications
# fi
if [ -f @bindir@/calamares ]; then
cp -f $src/calamares.desktop "$xdg/"
sed -i s/Icon.*=calamares/Icon=artixlinux-logo/g "$xdg"/calamares.desktop
chmod +x "$xdg/calamares.desktop"
installer='calamares.desktop'
cp -f $src/$installer "$xdg/"
sed -i s/Icon.*=calamares/Icon=artixlinux-logo/g "$xdg"/$installer
sed -r -i "s|XAUTHCOOKIE|$XAUTHORITY|" "$xdg"/$installer
chmod +x "$xdg/$installer"
fi
docs=@datadir@/doc/artix