Skip to content

Commit

Permalink
match aur PKGBUILD
Browse files Browse the repository at this point in the history
  • Loading branch information
mcgillij committed Mar 6, 2021
1 parent e23998a commit f26ce65
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,11 @@ md5sums=('c6c556f72fbe35a4bdb777754e8e41aa')

build() {
cd "$srcdir/$pkgname-$pkgver"
sed -i "s/PROJECTVERSION/$pkgver/g" setup.py
python setup.py build
}

package() {
cd "$srcdir/$pkgname-$pkgver"
sed -i "s/PROJECTVERSION/$pkgver/g" setup.py
python setup.py install --prefix=/usr --root="$pkgdir"
mkdir -p "$pkgdir/usr/lib/systemd/system"
install -Dm644 amdfan/amdfan.service "$pkgdir/usr/lib/systemd/system/"
Expand Down

0 comments on commit f26ce65

Please sign in to comment.