diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-10-23 21:31:30 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-10-23 21:31:30 -0300 |
commit | 2a6e1f1d6ee9bb4c093e15bf2de5bd9edca0e4ea (patch) | |
tree | a6eff369b1e41ba03d9569ea88181a4965e3e61a /libre/debootstrap | |
parent | 45faf218acddf32de0b42d0084f392676b22d735 (diff) | |
download | abslibre-2a6e1f1d6ee9bb4c093e15bf2de5bd9edca0e4ea.tar.gz abslibre-2a6e1f1d6ee9bb4c093e15bf2de5bd9edca0e4ea.tar.bz2 abslibre-2a6e1f1d6ee9bb4c093e15bf2de5bd9edca0e4ea.zip |
debootstrap-1.0.85-1.parabola1: updating version
Diffstat (limited to 'libre/debootstrap')
-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 |