mirror of
https://github.com/archlinux/aur.git
synced 2026-03-05 12:32:37 +01:00
rdiff-backup-devel-1.3.3-2
build function fix - using only package
This commit is contained in:
parent
439900e767
commit
0da19c6788
1 changed files with 1 additions and 1 deletions
2
PKGBUILD
2
PKGBUILD
|
|
@ -18,7 +18,7 @@ conflicts=('rdiff-backup')
|
|||
source=(http://savannah.nongnu.org/download/$_pkgname/$_pkgname-$pkgver.tar.gz)
|
||||
md5sums=('e3ec506c01e12b693adb79751daa7c63')
|
||||
|
||||
build() {
|
||||
package() {
|
||||
cd "${srcdir}"/$_pkgname-$pkgver
|
||||
|
||||
python2 setup.py install --root="${pkgdir}"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue