Advertisement
Guest User

Untitled

a guest
Sep 22nd, 2010
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. --- PKGBUILD 1970-01-01 10:13:08.000000000 +0100
  2. +++ PKGBUILD.new 2010-09-22 14:46:57.300000910 +0200
  3. @@ -19,11 +19,12 @@
  4.  
  5. #building in source directory not allowed
  6. if [ -d ${srcdir}/build ]; then
  7. - (cd build)
  8. + (cd ${srcdir}/build)
  9. else
  10. mkdir ${srcdir}/build && cd ${srcdir}/build
  11. fi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement