fakeroot: update to 1.20.1.
This commit is contained in:
parent
30f9455ca5
commit
7ba687e301
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'fakeroot'
|
||||
pkgname=fakeroot
|
||||
version=1.20
|
||||
revision=5
|
||||
version=1.20.1
|
||||
revision=1
|
||||
lib32disabled=yes
|
||||
conflicts="chroot-fakeroot>=0"
|
||||
build_style=gnu-configure
|
||||
|
@ -12,12 +12,8 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
|||
homepage="http://packages.debian.org/fakeroot"
|
||||
license="GPL-3"
|
||||
distfiles="${DEBIAN_SITE}/main/f/fakeroot/${pkgname}_${version}.orig.tar.bz2"
|
||||
checksum=2297b7e79487cf0bbc64ff6d3d02446d895e82e2b26467c74fd1119011f6f098
|
||||
checksum=19d3aaf0b71c04d7e4f1dcf7e05152def735b2076faee7c2c66af08d17c18db2
|
||||
|
||||
pre_install() {
|
||||
# Drop localized manpages.
|
||||
sed -e 's,SUBDIRS =.*,SUBDIRS=,g' -i doc/Makefile
|
||||
}
|
||||
post_install() {
|
||||
# Use /bin/sh shebang.
|
||||
sed -i -e "s|^#!/bin/bash$|#!/bin/sh|" ${DESTDIR}/usr/bin/fakeroot
|
||||
|
|
Loading…
Reference in New Issue