Skip to content

Commit

Permalink
Merge pull request #321 from bssrikanth/fix_patchloc
Browse files Browse the repository at this point in the history
[lkp-tests PATCHv1] Minor patch update location
  • Loading branch information
rli9 authored Oct 31, 2023
2 parents c7ed9a8 + eede10e commit 4fa6c99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion programs/ebizzy/pkg/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ md5sums=('af038bc506066bb3d28db08aba62bc38')

patch_source() {
cd "$srcdir/$pkgname-$pkgver"
patch -p1 < "$LKP_SRC/pkg/${pkgname}/0001-${pkgname}.patch"
patch -p1 < "$LKP_SRC/programs/${pkgname}/pkg/0001-${pkgname}.patch"
}

build() {
Expand Down
2 changes: 1 addition & 1 deletion programs/unixbench/pkg/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ md5sums=('SKIP')
patch_source()
{
cd $srcdir/byte-unixbench
patch -p1 < "$LKP_SRC/pkg/${pkgname}/${pkgname}.patch"
patch -p1 < "$LKP_SRC/programs/${pkgname}/pkg/${pkgname}.patch"
}

build()
Expand Down

0 comments on commit 4fa6c99

Please sign in to comment.