File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -23,5 +23,4 @@ src_install() {
23
23
24
24
# Remove yacc, we won't need it any longer
25
25
rm " ${PREFIX} /bin/yacc"
26
- rm /yaccpar
27
26
}
Original file line number Diff line number Diff line change @@ -14,8 +14,6 @@ sha256sum -c sources.SHA256SUM
14
14
mkdir build src
15
15
cd build
16
16
17
- lexdir=/lex
18
-
19
17
# Extract
20
18
cp ${DISTFILES} /${pkg} .tar.bz2 ../src/
21
19
bunzip2 -f ../src/${pkg} .tar.bz2
@@ -40,10 +38,10 @@ cd ../lex
40
38
make -f Makefile.mk CC=tcc AR=tcc\ -ar CFLAGS=-DEILSEQ=84\ -DMB_LEN_MAX=100 LDFLAGS=-lgetopt\ -static RANLIB=true
41
39
42
40
# Install lex
43
- mkdir ${LEXDIR}
41
+ mkdir ${LIBDIR} /lex
44
42
install lex ${BINDIR}
45
43
install libl.a ${LIBDIR}
46
- install -m 644 ncform ${LEXDIR}
44
+ install -m 644 ncform ${LIBDIR} /lex
47
45
48
46
cd ../../..
49
47
@@ -53,8 +51,8 @@ if match x${UPDATE_CHECKSUMS} xTrue; then
53
51
/usr/bin/yacc \
54
52
/usr/bin/lex \
55
53
/usr/lib/mes/libl.a \
56
- /yaccpar \
57
- /lex/ncform
54
+ /usr/lib/mes/ yaccpar \
55
+ /usr/lib/mes/ lex/ncform
58
56
59
57
install ${pkg} .checksums ${SRCDIR}
60
58
else
You can’t perform that action at this time.
0 commit comments