summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorZhuoyun Wei2018-01-01 23:38:01 -0500
committerZhuoyun Wei2018-01-01 23:38:01 -0500
commit00a3a844b09812f41da729027754115fca6186fd (patch)
tree492c29c1a02cc5928edbf223199b3e29e0edcd66 /PKGBUILD
parent23fa471cad9cd3b809c309758a8a9f2be1ceaf1f (diff)
downloadaur-00a3a844b09812f41da729027754115fca6186fd.tar.gz
Update for Makefile
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 0 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 972ec46dc1ad..2df5775fd09c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,9 +14,6 @@ makedepends=('npm')
package () {
cd "${pkgname}-${pkgver}"
- pushd fava/static
- npm install
- popd
make
python setup.py install --prefix=/usr --root="${pkgdir}"
}