diff options
Diffstat (limited to 'data/bitchx/make.sh')
-rw-r--r-- | data/bitchx/make.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/bitchx/make.sh b/data/bitchx/make.sh index 53ef8a373..cc0d625b4 100644 --- a/data/bitchx/make.sh +++ b/data/bitchx/make.sh @@ -1,5 +1,5 @@ pkg:setup pkg:configure -make +make -j8 make install prefix="${PKG_DEST}/usr" -pkg: ln -sf BitchX-1.1-final /usr/bin/BitchX +pkg: ln -sf BitchX-1.2.1 /usr/bin/BitchX |