Skip to content

Commit

Permalink
expect: rm junk, relbump
Browse files Browse the repository at this point in the history
  • Loading branch information
sighook committed Dec 13, 2023
1 parent d1e406d commit d2885f4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 0 additions & 1 deletion expect/.footprint
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/tknewsbiff
-rwxr-xr-x root/root usr/bin/tkpasswd
-rwxr-xr-x root/root usr/bin/unbuffer
-rwxr-xr-x root/root usr/bin/weather
-rwxr-xr-x root/root usr/bin/xkibitz
-rwxr-xr-x root/root usr/bin/xpstat
drwxr-xr-x root/root usr/include/
Expand Down
5 changes: 4 additions & 1 deletion expect/Pkgfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

name=expect
version=5.45.4
release=1
release=2
source=https://downloads.sourceforge.net/project/$name/Expect/$version/$name$version.tar.gz

build() {
Expand All @@ -24,4 +24,7 @@ build() {

make V=1
make DESTDIR=$PKG install

# remove junk
rm -r $PKG/usr/bin/weather
}

0 comments on commit d2885f4

Please sign in to comment.