projects
/
tinc
/ 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
8ecab33
..
fd11ce5
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