Skip to content
This repository has been archived by the owner on Nov 21, 2022. It is now read-only.

Commit

Permalink
make install
Browse files Browse the repository at this point in the history
Signed-off-by: Marko Saukko <marko.saukko@jollamobile.com>
  • Loading branch information
Marko Saukko committed Aug 7, 2012
1 parent 513a66b commit f6aaaec
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Makefile
@@ -1,6 +1,10 @@
VERSION = $(shell git tag -l | tail -n1)

all: release
all:

install:
mkdir -p $(DESTDIR)/usr/bin/
cp repomd-pattern-builder.py $(DESTDIR)/usr/bin/

release:
git archive --format=tar --prefix=repomd-pattern-builder-${VERSION}/ ${VERSION} | xz -z > repomd-pattern-builder-${VERSION}.tar.xz
Expand Down

0 comments on commit f6aaaec

Please sign in to comment.