diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-27 13:41:11 +0200 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-27 13:41:11 +0200 |
commit | 095bebc84383c095b1d2fa3a2ccc64f6863a4307 (patch) | |
tree | 84de3111ffc820544696a06c270320d79f134693 /base | |
parent | 798a0281a504409b1b5bb9d32481de4f820e36a0 (diff) | |
download | nutyx-extra-095bebc84383c095b1d2fa3a2ccc64f6863a4307.tar.gz nutyx-extra-095bebc84383c095b1d2fa3a2ccc64f6863a4307.tar.bz2 nutyx-extra-095bebc84383c095b1d2fa3a2ccc64f6863a4307.tar.xz nutyx-extra-095bebc84383c095b1d2fa3a2ccc64f6863a4307.zip |
Maj pkg-get#0.4.5-4
Diffstat (limited to 'base')
-rw-r--r-- | base/pkg-get/.md5sum | 2 | ||||
-rw-r--r-- | base/pkg-get/pkg-get.conf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/base/pkg-get/.md5sum b/base/pkg-get/.md5sum index 64b1b95b3..60e4f3119 100644 --- a/base/pkg-get/.md5sum +++ b/base/pkg-get/.md5sum @@ -1,5 +1,5 @@ 5ee169f2f99fc501387219b6b96ca9ef pkg-get-0.4.5.tar.gz -653417fe57aef74d16397de9e2a17519 pkg-get.conf +a3895e5a19ba2a39ff19fbc2f7c52909 pkg-get.conf c3fb4f7ca868903da78d316be77cca16 pkg-get.patch c4cca630bfcc85a3f3b13497aff01310 pkg-repgen.patch 7f54fb956ff1e04efbeb80ca8e52ebb3 syn diff --git a/base/pkg-get/pkg-get.conf b/base/pkg-get/pkg-get.conf index 2a097b733..3f0866406 100644 --- a/base/pkg-get/pkg-get.conf +++ b/base/pkg-get/pkg-get.conf @@ -4,7 +4,7 @@ # package repositories (remote) # The first two are remote repoistories, the last is a local one # pkgdir /srv/NuTyX/locale -pkgdir /srv/NuTyX/test|http://nutyx.meticul.eu/2009/uname-m/test +# pkgdir /srv/NuTyX/test|http://nutyx.meticul.eu/2009/uname-m/test pkgdir /srv/NuTyX/release|http://nutyx.meticul.eu/2009/uname-m/release # runscripts: if "yes" pre-post install scripts are # automatically executed. Handle with care. |