From 1305a5fe1515c0b678ccb2a0becda5a8e4abf6da Mon Sep 17 00:00:00 2001
From: Holden Rohrer
Date: Mon, 1 Jun 2020 18:58:23 -0400
Subject: added rpm spec
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'Makefile')
diff --git a/Makefile b/Makefile
index a384f98..dc7175d 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@ uninstall:
rmdir -p $(DESTDIR)
SRC = format.tex LICENCE logo.png Makefile minimun.ini minimun.orig\
-nginx.example.conf README www
+nginx.example.conf README www minimun.spec
dist: minimun.tar.gz
minimun.tar.gz: $(SRC)
mkdir minimun-$(VER)
--
cgit