summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorNick White <git@njw.name>2022-11-17 12:50:11 +0000
committerNick White <git@njw.name>2022-11-17 12:50:11 +0000
commit7f6eb257b38463db25851327bb118e0d12114f01 (patch)
treeb1c997cc89df336de2ad957fabf7877a4b2f67b8 /cmd
parentbe3a836725a22d8bc41f576502f9db721283021c (diff)
Simplify flatpak rules slightly
Diffstat (limited to 'cmd')
-rw-r--r--cmd/rescribe/xyz.rescribe.rescribe.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/rescribe/xyz.rescribe.rescribe.yml b/cmd/rescribe/xyz.rescribe.rescribe.yml
index f25455c..17db7c8 100644
--- a/cmd/rescribe/xyz.rescribe.rescribe.yml
+++ b/cmd/rescribe/xyz.rescribe.rescribe.yml
@@ -55,7 +55,7 @@ modules:
- name: getxbook
buildsystem: simple
build-commands:
- - make DESTDIR=$FLATPAK_DEST PREFIX='' install
+ - make PREFIX=$FLATPAK_DEST install
sources:
- type: git
url: https://git.njw.name/getxbook.git