Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
9a3d49b13a
|
|||
0000966ad8
|
2
Makefile
2
Makefile
@@ -1,4 +1,4 @@
|
|||||||
VERSION = 0.13.7
|
VERSION = 0.13.8
|
||||||
|
|
||||||
PKG = live-services
|
PKG = live-services
|
||||||
TOOLS = artools
|
TOOLS = artools
|
||||||
|
@@ -1 +1,3 @@
|
|||||||
# live-services
|
# live-services
|
||||||
|
|
||||||
|
Live ISO setup, branding, installer for DE ISOs etc.
|
||||||
|
@@ -16,7 +16,7 @@ if [ -f @bindir@/calamares ]; then
|
|||||||
installer='calamares.desktop'
|
installer='calamares.desktop'
|
||||||
cp -f $src/$installer "$xdg/"
|
cp -f $src/$installer "$xdg/"
|
||||||
sed -i s/Icon.*=calamares/Icon=artixlinux-logo/g "$xdg"/$installer
|
sed -i s/Icon.*=calamares/Icon=artixlinux-logo/g "$xdg"/$installer
|
||||||
sed -ir "s|XAUTHCOOKIE|$XAUTHORITY|" "$xdg"/$installer
|
sed -r -i "s|XAUTHCOOKIE|$XAUTHORITY|" "$xdg"/$installer
|
||||||
chmod +x "$xdg/$installer"
|
chmod +x "$xdg/$installer"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user