Browse Source

twoftpd: fixed to find bglibs installer

user/chris/old/ruby
Nagy Károly Gábriel 15 years ago
committed by Alejandro Mery
parent
commit
d7c2a72ecb
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      network/twoftpd/twoftpd.conf

+ 2
- 2
network/twoftpd/twoftpd.conf

@ -2,6 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../twoftpd/twoftpd.conf
# Copyright (C) 2009 The OpenSDE Project
# Copyright (C) 2004 - 2006 The T2 SDE Project
# Copyright (C) 1998 - 2004 Clifford Wolf
#
@ -18,8 +19,7 @@ pkg_twoftpd_config() {
echo $root$( pkgprefix libdir bglibs ) > conf-bglibs
echo $bindir > conf-bin
echo $mandir > conf-man
export PATH=$root$( pkgprefix bindir bglibs ):$PATH
}
hook_add premake 5 'pkg_twoftpd_config'
makeinstopt=
hook_add postmake 1 './installer'

Loading…
Cancel
Save