Remove systemd directory
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
name: libkscreen
|
name: libkscreen
|
||||||
description: KDE's screen management software
|
description: KDE's screen management software
|
||||||
version: 6.5.3
|
version: 6.5.3
|
||||||
revision: 1
|
revision: 2
|
||||||
url: https://invent.kde.org/plasma/libkscreen
|
url: https://invent.kde.org/plasma/libkscreen
|
||||||
license: LGPL2-or-later
|
license: LGPL2-or-later
|
||||||
architecture: any
|
architecture: any
|
||||||
|
|||||||
@@ -14,6 +14,9 @@ build() {
|
|||||||
package() {
|
package() {
|
||||||
DESTDIR="$BPM_OUTPUT" cmake --install build
|
DESTDIR="$BPM_OUTPUT" cmake --install build
|
||||||
|
|
||||||
|
# Remove systemd directory
|
||||||
|
rm -r "$BPM_OUTPUT"/usr/lib/systemd
|
||||||
|
|
||||||
# Install package license
|
# Install package license
|
||||||
install -Dm644 "$BPM_SOURCE"/LICENSES/LGPL-2.1-or-later.txt "$BPM_OUTPUT"/usr/share/licenses/libkscreen/LGPL-2.1-or-later.txt
|
install -Dm644 "$BPM_SOURCE"/LICENSES/LGPL-2.1-or-later.txt "$BPM_OUTPUT"/usr/share/licenses/libkscreen/LGPL-2.1-or-later.txt
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user