diff options
author | Tim Biermann <tbier@posteo.de> | 2021-12-13 12:02:48 +0100 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2021-12-13 12:02:48 +0100 |
commit | 3841e8b22d5a9e02ae5cbd1d727724d563afeb87 (patch) | |
tree | fc134d9e18c6b76cbe0f318b1a14801c9152567c /ncurses | |
parent | 68761c16f17e78c1caf33291e4fb1e83d431632f (diff) | |
download | core-3841e8b22d5a9e02ae5cbd1d727724d563afeb87.tar.gz core-3841e8b22d5a9e02ae5cbd1d727724d563afeb87.tar.xz |
ncurses: syntax
Diffstat (limited to 'ncurses')
-rw-r--r-- | ncurses/.signature | 4 | ||||
-rw-r--r-- | ncurses/Pkgfile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/ncurses/.signature b/ncurses/.signature index da1aa4d9..d794bd62 100644 --- a/ncurses/.signature +++ b/ncurses/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/core.pub -RWRJc1FUaeVeqtEmUZ/vgis1qkIvbZboEDmHq0mGKlgDwPQp6imPYhjHFu/QicAcvvF6vg1MYpWkqpG/T4dBAJmEEe2XI98SeQs= -SHA256 (Pkgfile) = 7ce9f1f355f4e8e503bb5ce822c9bc57c36a77e855a5ee96c628fcf8681506b1 +RWRJc1FUaeVeqgvThRmBZ+Pe9AdRNSDAxmv0HFjZrNZl7i4SCsqA14qhTbdkLdTA35JwUqffKsMDXlKU9kz4YyHJmGxBrfE2tAg= +SHA256 (Pkgfile) = 46f85090563ed001b54af243b31eb14e64e8cde62d79561adee09eb18c101a77 SHA256 (.footprint) = bb5313e0664304c836f0ebcab8d20ec4e0423e437e2c2e028b04394e926ff29c SHA256 (ncurses-6.3.tar.gz) = 97fc51ac2b085d4cde31ef4d2c3122c21abc217e9090a43a30fc5ec21684e059 diff --git a/ncurses/Pkgfile b/ncurses/Pkgfile index b5475b68..d2c066fb 100644 --- a/ncurses/Pkgfile +++ b/ncurses/Pkgfile @@ -30,8 +30,8 @@ build() { # linker scripts and .pc files for non-wide ncurses for LIB in ncurses form panel menu ; do - echo "INPUT(-l${LIB}w)" > $PKG/usr/lib/lib${LIB}.so - ln -s ${LIB}w.pc $PKG/usr/lib/pkgconfig/${LIB}.pc + echo "INPUT(-l${LIB}w)" > $PKG/usr/lib/lib${LIB}.so + ln -s ${LIB}w.pc $PKG/usr/lib/pkgconfig/${LIB}.pc done # provided by contrib/foot-terminfo |