fix
This commit is contained in:
parent
07d9405eac
commit
d6101173b1
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ build() {
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|
||||||
rootpkg() {
|
package() {
|
||||||
export PATH="$PATH:$srcdir/npm_cache/bin"
|
export PATH="$PATH:$srcdir/npm_cache/bin"
|
||||||
cd "$builddir"/server
|
cd "$builddir"/server
|
||||||
make install DESTDIR="$pkgdir"
|
make install DESTDIR="$pkgdir"
|
||||||
|
|
Loading…
Reference in a new issue