diff --git a/amsn/.footprint b/amsn/.footprint index 95067821a..36bc7ff49 100644 --- a/amsn/.footprint +++ b/amsn/.footprint @@ -391,10 +391,8 @@ drwxr-xr-x root/root usr/share/amsn/skins/default/winicons/ drwxr-xr-x root/root usr/share/amsn/utils/ drwxr-xr-x root/root usr/share/amsn/utils/BWidget-1.7.0/ -rwxr-xr-x root/root usr/share/amsn/utils/BWidget-1.7.0/CHANGES.txt --rwxr-xr-x root/root usr/share/amsn/utils/BWidget-1.7.0/ChangeLog -rwxr-xr-x root/root usr/share/amsn/utils/BWidget-1.7.0/LICENSE.txt -rwxr-xr-x root/root usr/share/amsn/utils/BWidget-1.7.0/Makefile.in --rwxr-xr-x root/root usr/share/amsn/utils/BWidget-1.7.0/README.txt -rwxr-xr-x root/root usr/share/amsn/utils/BWidget-1.7.0/aclocal.m4 -rwxr-xr-x root/root usr/share/amsn/utils/BWidget-1.7.0/arrow.tcl -rwxr-xr-x root/root usr/share/amsn/utils/BWidget-1.7.0/bitmap.tcl diff --git a/amsn/Pkgfile b/amsn/Pkgfile index 0e4030327..bcf85700e 100644 --- a/amsn/Pkgfile +++ b/amsn/Pkgfile @@ -7,7 +7,7 @@ name=amsn version=0.96 -release=1 +release=2 source=(http://dl.sourceforge.net/$name/$name-$version.tar.bz2 $name-$version.diff) @@ -27,7 +27,9 @@ build() { $PKG/usr/share/icons \ $PKG/usr/share/amsn/{icons,docs,lang} \ $PKG/usr/share/amsn/{AGREEMENT,CREDITS,FAQ,GNUGPL} \ - $PKG/usr/share/amsn/{HELP,INSTALL,README,TODO} + $PKG/usr/share/amsn/{HELP,INSTALL,README,TODO} \ + $PKG/usr/share/amsn/utils/BWidget-1.7.0/ChangeLog \ + $PKG/usr/share/amsn/utils/BWidget-1.7.0/README.txt chown -R root:root $PKG }