Advertisement
Guest User

PKGBUILD.patch

a guest
Aug 8th, 2011
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.79 KB | None | 0 0
  1. --- PKGBUILD.old    2011-08-08 13:47:53.283522361 +0200
  2. +++ PKGBUILD    2011-08-08 13:50:24.145510627 +0200
  3. @@ -26,7 +26,8 @@
  4.  source=(http://bits.xensource.com/oss-xen/release/${pkgver}/xen-${pkgver}.tar.gz
  5.     09_xen
  6.     xen.patch
  7. -   archinit.patch)
  8. +   archinit.patch
  9. +   dom0_xz_decompression.patch)
  10.  
  11.  build() {
  12.    
  13. @@ -35,6 +36,7 @@
  14.          
  15.          patch -p1 -i ../xen.patch
  16.          patch -p1 -i ../archinit.patch
  17. +        patch -p1 -i ../dom0_xz_decompression.patch
  18.  
  19.    
  20.  unset CFLAGS LDFLAGS
  21. @@ -90,4 +92,5 @@
  22.  md5sums=('fab4bf74d73444ff9b43bced2e4fc5a2'
  23.           '2a337b50f11711761f9fe1aa9f82dd15'
  24.           'f149bae1a6b420e49c51b9f3a74338a4'
  25. -         '7a1ed81ecc828037724bb3280058c9fc')
  26. +         '7a1ed81ecc828037724bb3280058c9fc'
  27. +         'f6ee515f86c14f5ef59b3db988a432e6')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement