aboutsummaryrefslogtreecommitdiff
path: root/core/eiwd/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-03-11 20:43:45 +0300
committerCem Keylan <cem@ckyln.com>2020-03-11 20:43:45 +0300
commit24d2c2783a5f6e73cc3e7e00e9185b9a8fc95ff9 (patch)
treeb62b8eb0ecd5ddc201a8738d78800a9afd2913da /core/eiwd/build
parent911fda53f28b33340cdc058fa1943248e7fd2247 (diff)
downloadrepository-24d2c2783a5f6e73cc3e7e00e9185b9a8fc95ff9.tar.gz
eiwd: remove package
Diffstat (limited to 'core/eiwd/build')
-rwxr-xr-xcore/eiwd/build8
1 files changed, 0 insertions, 8 deletions
diff --git a/core/eiwd/build b/core/eiwd/build
deleted file mode 100755
index 7b75829a..00000000
--- a/core/eiwd/build
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh -e
-
-./configure \
- --prefix=/usr \
- --localstatedir=/var
-
-make
-make DESTDIR="$1" install