Skip to content

Commit

Permalink
fix extract
Browse files Browse the repository at this point in the history
  • Loading branch information
raa0121 committed Feb 3, 2025
1 parent 39c85ce commit d73b6be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,12 @@ md5sums=('195078f93fc2f7b80cccfaefbcbc7656'
'1076c0dd5c9cf8f1a916c5bd6c3602dc'
'0c87e86d155b9272ee52979e5478fc37')

noextract=()
noextract=("v$pkgver.tar.gz")
validpgpkeys=()
_pkgname=vim

prepare() {
bsdtar -xf v$pkgver.tar.gz || bsdtar -xf v$pkgver.tar.gz
cd "$_pkgname-$pkgver"
patch -p1 -i "$srcdir/2002-windows_transparency.diff"
sed -i 's|^.*\(#define SYS_.*VIMRC_FILE.*"\) .*$|\1|' src/feature.h
Expand Down

0 comments on commit d73b6be

Please sign in to comment.