Skip to content

Commit ac4a8c7

Browse files
committed
Install heirloom-devtools utility files to /usr/lib
Before they were just in / for no real reason
1 parent ab47483 commit ac4a8c7

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

steps/flex-2.6.4/pass1.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,4 @@ src_install() {
2323

2424
# Remove yacc, we won't need it any longer
2525
rm "${PREFIX}/bin/yacc"
26-
rm /yaccpar
2726
}

steps/heirloom-devtools-070527/pass1.kaem

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ sha256sum -c sources.SHA256SUM
1414
mkdir build src
1515
cd build
1616

17-
lexdir=/lex
18-
1917
# Extract
2018
cp ${DISTFILES}/${pkg}.tar.bz2 ../src/
2119
bunzip2 -f ../src/${pkg}.tar.bz2
@@ -40,10 +38,10 @@ cd ../lex
4038
make -f Makefile.mk CC=tcc AR=tcc\ -ar CFLAGS=-DEILSEQ=84\ -DMB_LEN_MAX=100 LDFLAGS=-lgetopt\ -static RANLIB=true
4139

4240
# Install lex
43-
mkdir ${LEXDIR}
41+
mkdir ${LIBDIR}/lex
4442
install lex ${BINDIR}
4543
install libl.a ${LIBDIR}
46-
install -m 644 ncform ${LEXDIR}
44+
install -m 644 ncform ${LIBDIR}/lex
4745

4846
cd ../../..
4947

@@ -53,8 +51,8 @@ if match x${UPDATE_CHECKSUMS} xTrue; then
5351
/usr/bin/yacc \
5452
/usr/bin/lex \
5553
/usr/lib/mes/libl.a \
56-
/yaccpar \
57-
/lex/ncform
54+
/usr/lib/mes/yaccpar \
55+
/usr/lib/mes/lex/ncform
5856

5957
install ${pkg}.checksums ${SRCDIR}
6058
else

0 commit comments

Comments
 (0)