diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-03-25 22:01:40 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-03-25 22:01:40 +0100 |
commit | f50a79d08ee34184566f3c7d9def0ea4358318e9 (patch) | |
tree | 64cc96340f6b06c3f51a0eb7bc3e9a213ed51156 /base | |
parent | 1e4863584ee010b434343921f0f85818044fe509 (diff) | |
download | nutyx-extra-f50a79d08ee34184566f3c7d9def0ea4358318e9.tar.gz nutyx-extra-f50a79d08ee34184566f3c7d9def0ea4358318e9.tar.bz2 nutyx-extra-f50a79d08ee34184566f3c7d9def0ea4358318e9.tar.xz nutyx-extra-f50a79d08ee34184566f3c7d9def0ea4358318e9.zip |
bind-utils, correction du nom du paquet
Diffstat (limited to 'base')
-rw-r--r-- | base/bind-utils/Pkgfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/base/bind-utils/Pkgfile b/base/bind-utils/Pkgfile index a27ef73ac..0eb5cfc4f 100644 --- a/base/bind-utils/Pkgfile +++ b/base/bind-utils/Pkgfile @@ -3,13 +3,13 @@ # Maintainer: NuTyX core team # Packager: fredjo -name=bind +name=bind-utils version=9.4.1-P1 release=1 source=(http://gd.tuwien.ac.at/infosys/servers/isc/bind9/9.4.1-P1/bind-9.4.1-P1.tar.gz) build(){ - cd $name-$version + cd bind-$version ./configure --prefix=/usr \ --mandir=/usr/share/man make -C lib/dns |