diff options
-rw-r--r-- | amsn/.footprint | 4 | ||||
-rw-r--r-- | amsn/Pkgfile | 5 |
2 files changed, 2 insertions, 7 deletions
diff --git a/amsn/.footprint b/amsn/.footprint index 36bc7ff49..03887d8a8 100644 --- a/amsn/.footprint +++ b/amsn/.footprint @@ -390,10 +390,6 @@ drwxr-xr-x root/root usr/share/amsn/skins/default/winicons/ -rwxr-xr-x root/root usr/share/amsn/trayicon.tcl 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/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/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 -rwxr-xr-x root/root usr/share/amsn/utils/BWidget-1.7.0/button.tcl diff --git a/amsn/Pkgfile b/amsn/Pkgfile index bcf85700e..c53b061da 100644 --- a/amsn/Pkgfile +++ b/amsn/Pkgfile @@ -7,7 +7,7 @@ name=amsn version=0.96 -release=2 +release=3 source=(http://dl.sourceforge.net/$name/$name-$version.tar.bz2 $name-$version.diff) @@ -28,8 +28,7 @@ build() { $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/utils/BWidget-1.7.0/ChangeLog \ - $PKG/usr/share/amsn/utils/BWidget-1.7.0/README.txt + $PKG/usr/share/amsn/utils/BWidget-1.7.0/{ChangeLog,LICENSE.txt,Makefile.in,aclocal.m4,CHANGES.txt,README.txt} chown -R root:root $PKG } |