summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorvikits2021-04-27 20:08:56 +0530
committervikits2021-04-27 20:08:56 +0530
commit5d7779a56fd0259ca9bf44eed85098916e25bb62 (patch)
tree3fade5b4148ec68ca0106cfab04bb6f53bac7e8e
parent943eab5bf2b8da417e7f362c25b2697c47bbdfbf (diff)
downloadaur-5d7779a56fd0259ca9bf44eed85098916e25bb62.tar.gz
remove the Sed script
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c36873967b5b..4ceb76d803a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,11 +14,11 @@ makedepends=('make' 'gettext')
source=("http://www.level7.org.uk/${pkgname}/download/${pkgname}-${pkgver}.tar.bz2"
"${pkgname}.desktop")
-prepare() {
- cd ${srcdir}/${pkgname}-${pkgver}
- sed -i 's/inline//g' sdlshadowdisplay.c
+#prepare() {
+# cd ${srcdir}/${pkgname}-${pkgver}
+# sed -i 's/inline//g' sdlshadowdisplay.c
# Thanks goes to Phobian for the sed line.
-}
+#}
build() {
cd ${srcdir}/${pkgname}-${pkgver}