diff options
Diffstat (limited to 'libre')
-rw-r--r-- | libre/debootstrap/PKGBUILD | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/libre/debootstrap/PKGBUILD b/libre/debootstrap/PKGBUILD index dfe7a6a28..50e6beca4 100644 --- a/libre/debootstrap/PKGBUILD +++ b/libre/debootstrap/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 191454 2016-10-06 07:38:31Z felixonmars $ +# $Id: PKGBUILD 192893 2016-10-22 02:08:40Z felixonmars $ # Maintainer (Arch): Felix Yan <felixonmars@archlinux.org> # Maintainer: André Silva <emulatorman@parabola.nu> pkgname=debootstrap -pkgver=1.0.84 +pkgver=1.0.85 pkgrel=1.parabola1 pkgdesc="Bootstrap a basic gNewSense and Trisquel system, without Debian support" arch=('any') @@ -36,13 +36,6 @@ prepare() { # Detect Architecture patch -p1 -i ../arch-detect.patch - # Workaround permission errors - # MAKEDEV is not happy with the instructions here - sed -e 's/install -o root -g root/install/' \ - -e '/chown 0:0 dev/d' \ - -e 's/(cd dev && $(MAKEDEV) std ptmx fd consoleonly)/$(MAKEDEV) -d dev std ptmx fd consoleonly/' \ - -i Makefile - # Remove Debian files rm -v debootstrap.8 @@ -76,11 +69,6 @@ prepare() { ln -s trisquel toutatis } -build() { - cd debootstrap - fakeroot make -} - package() { cd debootstrap make DESTDIR="$pkgdir" install |