Browse Source

🐛fix: correct a typo in librewolf's template

Naz 6 days ago
parent
commit
926e2fd13a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      srcpkgs/librewolf/template

+ 1 - 1
srcpkgs/librewolf/template

@@ -15,7 +15,7 @@ nostrip=yes
 
 do_extract() {
   mkdir -p ${DESTDIR}
-  ar x ${XBPS_SRCDISTDIR}/${pkgname}-${version}/librewolf-${version}-${revision}-linux-x86_64-deb.deb
+  ar x ${XBPS_SRCDISTDIR}/${pkgname}-${version}/librewolf-${version}-${rev}-linux-x86_64-deb.deb
   tar xf data.tar.xz -C ${DESTDIR}
 }