Skip to content
Snippets Groups Projects
Verified Commit 5b3427aa authored by Anna Wilcox's avatar Anna Wilcox :fox:
Browse files

system/debianutils: support cross properly

parent 37de72ba
No related branches found
No related tags found
No related merge requests found
...@@ -17,6 +17,8 @@ source="http://ftp.debian.org/debian/pool/main/d/$pkgname/${pkgname}_${pkgver}.t ...@@ -17,6 +17,8 @@ source="http://ftp.debian.org/debian/pool/main/d/$pkgname/${pkgname}_${pkgver}.t
build() { build() {
cd "$builddir" cd "$builddir"
./configure \ ./configure \
--build=$CBUILD \
--host=$CHOST \
--prefix=/usr \ --prefix=/usr \
--sysconfdir=/etc \ --sysconfdir=/etc \
--mandir=/usr/share/man \ --mandir=/usr/share/man \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment