fakeroot: update to 1.18.2.
This commit is contained in:
parent
f3b909e245
commit
c404f2abfd
1 changed files with 3 additions and 5 deletions
|
@ -1,15 +1,14 @@
|
|||
# Template file for 'fakeroot'
|
||||
pkgname=fakeroot
|
||||
version=1.18.1
|
||||
version=1.18.2
|
||||
distfiles="${DEBIAN_SITE}/main/f/fakeroot/${pkgname}_${version}.orig.tar.bz2"
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static"
|
||||
revision=1
|
||||
short_desc="Gives a fake root environment"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://packages.debian.org/fakeroot"
|
||||
license="GPL-3"
|
||||
checksum=89db6c60a72155b3c2c466e6b772ef871ae1a55aa186c5c4d830a9120ed7b240
|
||||
checksum=9dc942e3ef2ec83c6e6fe59de05da6ab54f39948be64803f37721adab4c6aed8
|
||||
long_desc="
|
||||
This package is intended to remove the need to become root for a package build.
|
||||
This is done by setting LD_PRELOAD to libfakeroot.so, which provides wrappers
|
||||
|
@ -18,8 +17,7 @@ long_desc="
|
|||
|
||||
bootstrap=yes
|
||||
|
||||
post_install()
|
||||
{
|
||||
post_install() {
|
||||
# Use /bin/sh shebang.
|
||||
sed -i -e "s|^#!/bin/bash$|#!/bin/sh|" ${DESTDIR}/usr/bin/fakeroot
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue