Skip to content

Commit

Permalink
Fix systemd file destination
Browse files Browse the repository at this point in the history
  • Loading branch information
hobbypunk90 committed Jul 3, 2022
1 parent 63ddc6c commit 1836720
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

pkgname=python-wallgen
pkgbase=${pkgname}
pkgver=0.2.1
pkgver=0.2.2
pkgrel=1
_tag=${pkgver}
_name=${pkgname#python-}
Expand All @@ -22,7 +22,7 @@ build() {
package() {
cd "$srcdir/WallGen"
python -m installer --destdir="$pkgdir" dist/*.whl
DESTSYSTEMD="$pkgdir/etc/systemd/user"
DESTSYSTEMD="$pkgdir/usr/lib/systemd/user"
install -Dm644 "systemd/wallgen.service" "$DESTSYSTEMD/wallgen.service"
install -Dm644 "systemd/wallgen.timer" "$DESTSYSTEMD/wallgen.timer"
install -Dm644 "systemd/wallgen-dbus.service" "$DESTSYSTEMD/wallgen-dbus.service"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name='wallgen',
version='0.2.1',
version='0.2.2',
scripts=['bin/wallgen'] ,
author="Marcel Hoppe",
author_email="[email protected]",
Expand Down

0 comments on commit 1836720

Please sign in to comment.