Advertisement
Guest User

Untitled

a guest
Nov 27th, 2018
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.20 KB | None | 0 0
  1. build() {
  2.   cd "$pkgname-$pkgver"
  3.   aclocal
  4.   autoconf
  5.  
  6.   ./configure --prefix=/usr \
  7.               --with-cupsfilterdir=/usr/lib/cups/filter \
  8.               --with-cupsppddir=/usr/share/ppd
  9.   make
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement