kiss-repo

personal package repository
git clone git://bvnf.space/kiss-repo.git
Log | Files | Refs | README | LICENSE

commit 32577076f2b55792a35a219dae3d4b28f6ba0269
parent 33487bb3d6b09d596d75afa409222e24209433c6
Author: aabacchus <ben@bvnf.space>
Date:   Wed,  8 Dec 2021 12:10:09 +0000

amfora: clean up build

Diffstat:
Mamfora/build | 5++---
1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/amfora/build b/amfora/build @@ -1,5 +1,4 @@ #!/bin/sh -e -make -install -Dm755 -t "$1"/usr/bin amfora -install -Dm644 -t "$1"/usr/share/applications amfora.desktop +make VERSION=v1.9.0 +make PREFIX="$1/usr" install