Remove systemd directory
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
name: ulauncher
|
name: ulauncher
|
||||||
description: Feature rich application Launcher for Linux
|
description: Feature rich application Launcher for Linux
|
||||||
version: 5.15.15
|
version: 5.15.15
|
||||||
revision: 1
|
revision: 2
|
||||||
url: https://ulauncher.io/
|
url: https://ulauncher.io/
|
||||||
license: GPL3-or-later
|
license: GPL3-or-later
|
||||||
architecture: any
|
architecture: any
|
||||||
|
|||||||
@@ -13,5 +13,9 @@ build() {
|
|||||||
package() {
|
package() {
|
||||||
python setup.py install --root="$BPM_OUTPUT" --prefix=/usr
|
python setup.py install --root="$BPM_OUTPUT" --prefix=/usr
|
||||||
|
|
||||||
|
# Remove systemd directory
|
||||||
|
rm -r "$BPM_OUTPUT"/usr/lib/systemd
|
||||||
|
|
||||||
|
# Install package license
|
||||||
install -Dm644 LICENSE "$BPM_OUTPUT"/usr/share/licenses/ulauncher/LICENSE
|
install -Dm644 LICENSE "$BPM_OUTPUT"/usr/share/licenses/ulauncher/LICENSE
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user