reflex: add lex symlink
This commit is contained in:
parent
ba57a8f982
commit
53ba9651d8
1 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,8 @@ build() {
|
|||
package() {
|
||||
cd $pkgname-$pkgver
|
||||
make install DESTDIR=$pkgdir
|
||||
|
||||
ln -sr $pkgdir/usr/bin/reflex $pkgdir/usr/bin/lex
|
||||
}
|
||||
|
||||
license() {
|
||||
|
|
Loading…
Reference in a new issue