diff options
author | Ali Riza KESKIN | 2024-07-24 10:30:06 +0000 |
---|---|---|
committer | Ali Riza KESKIN | 2024-07-24 10:30:06 +0000 |
commit | 1ea62d0fe6e9418bcba04bb560fd820151803e06 (patch) | |
tree | 18bf1f7bba4f65281cdaadc5e4c608a11c2b1aeb /PKGBUILD | |
parent | d30873cd1c240cadea0c39b32b11455666305de6 (diff) | |
download | aur-1ea62d0fe6e9418bcba04bb560fd820151803e06.tar.gz |
fix2
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -13,9 +13,9 @@ source=("${pkgname}-${pkgver}::https://gitlab.com/sulincix/debian-subsystem/-/ar md5sums=('SKIP') build() { - make -C "${pkgname}-${pkgver}" all + make -C "debian-subsystem-${_commit}" all } package() { - make -C "${pkgname}-${pkgver}/" DESTDIR="${pkgdir}" install + make -C "debian-subsystem-${_commit}" DESTDIR="${pkgdir}" install } |