projects
/
oweals
/
tinc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d9af4f3
)
Added a rule to create an rpm
author
Ivo Timmermans
<ivo@lychnis.net>
Mon, 21 Aug 2000 20:35:47 +0000
(20:35 +0000)
committer
Ivo Timmermans
<ivo@lychnis.net>
Mon, 21 Aug 2000 20:35:47 +0000
(20:35 +0000)
Makefile.am
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index 8ecab33063e07db800c81c28ede34b40d5533249..fd11ce576224ec471de2680ea0596fa8d357e300 100644
(file)
--- a/
Makefile.am
+++ b/
Makefile.am
@@
-25,3
+25,9
@@
cvs-clean: maintainer-clean
deb:
dpkg-buildpackage -rfakeroot
+
+rpm: dist
+ cp $(distdir).tar.gz /usr/src/redhat/SOURCES/
+ cp redhat/tinc.spec /usr/src/redhat/SOURCES/
+ cd /usr/src/redhat/SOURCES/
+ rpm -bi tinc.spec