diff options
author | Jose V Beneyto <sepen@crux.nu> | 2010-06-14 08:44:32 +0200 |
---|---|---|
committer | Jose V Beneyto <sepen@crux.nu> | 2010-06-14 08:44:54 +0200 |
commit | 030a12f6bdf374802002a2900b05f02b43430524 (patch) | |
tree | 411d720bea70565f700c748d6545969b18d4f1ec /inadyn-mt | |
parent | d33b766ae9bdddd47162e009b118f0465c000fbb (diff) | |
download | contrib-030a12f6bdf374802002a2900b05f02b43430524.tar.gz contrib-030a12f6bdf374802002a2900b05f02b43430524.tar.xz |
inadyn-mt: updated to 02.18.26
Diffstat (limited to 'inadyn-mt')
-rw-r--r-- | inadyn-mt/.footprint | 4 | ||||
-rw-r--r-- | inadyn-mt/.md5sum | 2 | ||||
-rw-r--r-- | inadyn-mt/Pkgfile | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/inadyn-mt/.footprint b/inadyn-mt/.footprint index d09a16a3a..248118500 100644 --- a/inadyn-mt/.footprint +++ b/inadyn-mt/.footprint @@ -1,7 +1,3 @@ -drwxr-xr-x root/root etc/ -drwxr-xr-x root/root inadyn-mt/ -drwxr-xr-x root/root inadyn-mt/lang/ --rwxr-xr-x root/root inadyn-mt/lang/en.lng drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/inadyn-mt diff --git a/inadyn-mt/.md5sum b/inadyn-mt/.md5sum index c7ffc2c9f..d4dfa062a 100644 --- a/inadyn-mt/.md5sum +++ b/inadyn-mt/.md5sum @@ -1 +1 @@ -af311a4ff2fdcba3e9c4abad2267416a inadyn-mt.v.02.18.24.tar.gz +b123dd54f54bc96515db2a69d701f2f1 inadyn-mt.v.02.18.26.tar.gz diff --git a/inadyn-mt/Pkgfile b/inadyn-mt/Pkgfile index 5b8fd8064..3791909f8 100644 --- a/inadyn-mt/Pkgfile +++ b/inadyn-mt/Pkgfile @@ -5,7 +5,7 @@ # Depends on: name=inadyn-mt -version=02.18.24 +version=02.18.26 release=1 source=(http://dl.sourceforge.net/sourceforge/$name/$name.v.$version.tar.gz) @@ -19,4 +19,5 @@ build() { make install -d $PKG/etc make INSTALL_PREFIX=$PKG DESTDIR=$PKG install + rm -rf $PKG/inadyn-mt $PKG/etc } |