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- alue='koszko-scripts'>koszko-scripts Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/.patman
'2022-12-05 14:57:15 +0100'>2022-12-05
AgeCommit message (Expand)Author
2023-10-22gnu: patman: Apply patch for new Change-Id setting....Maxim Cournoyer
2023-05-01.patman: Remove get_maintainer_script option....Maxim Cournoyer
2023-02-25.patman: Ignore bad tags....Maxim Cournoyer
2022-12-28.patman: New configuration file....Maxim Cournoyer
installer: Log provenance data....Ludovic Courtès
2022-11-15installer: Migrate to 'guile-gnutls'....Ludovic Courtès
2022-11-15installer: Report known-unsupported PCI devices....Ludovic Courtès
2022-11-15installer: Use 'current-guix' for extensions....Ludovic Courtès
2022-11-02installer: Skip the backtrace page on user abort....Mathieu Othacehe
2022-11-02installer: Add core dump support....Mathieu Othacehe
2022-08-08installer: Render the final configuration with (guix read-print)....Ludovic Courtès