From e9896b8951f9faf1f76a3b45be6e70d0aeb30a73 Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Sat, 15 Nov 2014 17:48:18 +0100 Subject: [PATCH] Add make install. --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Makefile b/Makefile index ca18c1e..65af31b 100644 --- a/Makefile 2016-02-09 21:34:01.883660009 +0100 +++ b/Makefile 2016-02-09 21:34:30.672150679 +0100 @@ -19,3 +19,11 @@ @git archive --prefix="$(PROJECT_ARCHIVE)/" HEAD \ | gzip >_dist/"$(PROJECT_ARCHIVE)".tar.gz @echo archive stored in "_dist/$(PROJECT_ARCHIVE).tar.gz" + +PREFIX=/usr/local +install: + strip laby + mkdir -p $(PREFIX)/bin + cp laby $(PREFIX)/bin/laby + mkdir -p $(PREFIX)/share/laby + tar -C data -cf - . | tar -C $(PREFIX)/share/laby -xf- ion> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/tests/services
AgeCommit message (Expand)Author
2022-08-28services: Add lightdm-service-type....Maxim Cournoyer
2022-08-25services: configuration: Change the value of the unset marker....Attila Lendvai
2022-08-25services: Use the new maybe/unset API....Attila Lendvai
2022-08-09tests: configuration: Add a test to cover 'unset regression....Maxim Cournoyer
2022-08-01services: configuration: Step back from *unspecified*....Maxim Cournoyer
2022-07-07tests: telephony: Remove obsolete parsing tests....Maxim Cournoyer
2022-06-24services: configuration: Report the location of field type errors....Ludovic Courtès
2022-06-15services: configuration: Use *unspecified* instead of 'disabled....Attila Lendvai
2022-06-15services: configuration: Support (field1 maybe-number "") format....Attila Lendvai
2021-08-02Reinstate "services: Add a service for Jami."...Maxim Cournoyer
2021-08-02Revert "services: Add a service for Jami."...Maxim Cournoyer
2021-08-02services: Add a service for Jami....Maxim Cournoyer
2021-06-29services: configuration: Allow specifying prefix for serializer names....Xinglu Chen
2021-05-17services: configuration: Add a define-maybe/no-serialization syntax....Maxim Cournoyer
2021-05-08services: configuration: Add tests....Maxim Cournoyer
2021-02-12services: Add transmission-daemon service....Simon South