which: syntax

This commit is contained in:
Tim Biermann 2021-12-13 11:46:11 +01:00
parent 09a813490c
commit 27b8a6efec
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 9 additions and 9 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/core.pub
RWRJc1FUaeVeqqRW1G7GjQoEv95FbvtlLFMh276eceh0Yu4CX5IEyAH9Z2BYDNm3fJVzClofPp6zjH7H8dDz7LyxLUBreJOIqQ0=
SHA256 (Pkgfile) = d5e35afbb913ccaf8768fdedb8fde0cb2dbc7af56c4d49ed7b04b2695316e580
RWRJc1FUaeVeqq/3BB03Xp/45PAuDT7eNJN0i2Ty9y7yAIGVAFlCZbu/TD0Zbk1t9kll2F5Dme/I0r9HJk5rcZRIVQr1VhioTw8=
SHA256 (Pkgfile) = 15632ef1451fea7569709ceafd74b917b2dab9bacb1710866de996e2c18568ad
SHA256 (.footprint) = 7bf39fbb89ad45f9fb96fd5bb21db7fdd79e6d5352b4bbc193e7c0ee57171f36
SHA256 (which-2.21.tar.gz) = f4a245b94124b377d8b49646bf421f9155d36aa7614b6ebf83705d3ffc76eaad

View File

@ -1,6 +1,6 @@
# Description: Show full path of commands
# URL: https://directory.fsf.org/wiki/Which
# Maintainer: CRUX System Team, core-ports at crux dot nu
# URL: https://directory.fsf.org/wiki/Which
# Maintainer: CRUX System Team, core-ports at crux dot nu
name=which
version=2.21
@ -8,9 +8,9 @@ release=2
source=(https://ftpmirror.gnu.org/gnu/$name/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/info
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/info
}