summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2022-07-05 15:22:40 +0200
committerjwijenbergh <jeroenwijenbergh@protonmail.com>2022-07-05 15:22:40 +0200
commite39b9a8a405fa8e5f73c32bb03a3f349f7f9f92d (patch)
tree970ba428c8a6a9a3d0179817f456ba09f1d06fb0 /Makefile
parent1fa692d9c31c1958d2f572242eac0f030e770062 (diff)
Docs: Add RPM documentation to a Package Formats section
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6b485b5..cc6afcc 100644
--- a/Makefile
+++ b/Makefile
@@ -43,7 +43,7 @@ srpm:
# Cleanup
rm -rf dist/*
-# build SRPM and RPM and copy to dist
+# build SRPM and copy to dist
rpmbuild -bs eduvpncommon.spec
cp ~/rpmbuild/SRPMS/* dist/
echo "Done building SRPM, go to ./dist/ to view it"