tMove RPM specfile to a subdir - vaccinewars - be a doctor and try to vaccinate the world
HTML git clone git://src.adamsgaard.dk/vaccinewars
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 42a54cf6fdb97023dd3362e3182ed4596f0c45c1
DIR parent def2bb3c81132512dcd9ce2124280f13b9495c8d
HTML Author: Ben Webb <ben@salilab.org>
Date: Tue, 1 Dec 2020 00:30:32 -0800
Move RPM specfile to a subdir
Diffstat:
M configure.ac | 2 +-
R dopewars.spec.in -> rpm/dopewars.s… | 0
2 files changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/configure.ac b/configure.ac
t@@ -441,7 +441,7 @@ sounds/Makefile
sounds/19.5degs/Makefile
doc/Makefile
doc/help/Makefile
-dopewars.spec
+rpm/dopewars.spec
doc/dopewars.6
win32/install.nsi
po/Makefile.in],
DIR diff --git a/dopewars.spec.in b/rpm/dopewars.spec.in