aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYosl <yosl@seattlemesh.net>2020-01-23 18:10:37 -0800
committerYosl <yosl@seattlemesh.net>2020-01-23 18:10:37 -0800
commit22768602af8e4dda53f520ddeec188240d55c89c (patch)
tree0a046dac0d756f60a07c18674f69f091c8799d55
parent6b888b9ce532419073276f8d0b5220d0b4113a2c (diff)
downloadgnunet-rpm-22768602af8e4dda53f520ddeec188240d55c89c.tar.gz
gnunet-rpm-22768602af8e4dda53f520ddeec188240d55c89c.zip
%post no longer makes /etc/gnunet manually
-rw-r--r--rpmbuild/SPECS/gnunet-fedora.spec2
-rw-r--r--rpmbuild/SPECS/gnunet-suse.spec2
2 files changed, 2 insertions, 2 deletions
diff --git a/rpmbuild/SPECS/gnunet-fedora.spec b/rpmbuild/SPECS/gnunet-fedora.spec
index 25d6de9..4f4e5c0 100644
--- a/rpmbuild/SPECS/gnunet-fedora.spec
+++ b/rpmbuild/SPECS/gnunet-fedora.spec
@@ -212,7 +212,7 @@ rm -rf %{buildroot}/%{buildroot}
212#make check 212#make check
213 213
214%post 214%post
215mkdir -p /etc/gnunet 215#mkdir -p /etc/gnunet
216touch /etc/gnunet/gnunet.conf 216touch /etc/gnunet/gnunet.conf
217 217
218%clean 218%clean
diff --git a/rpmbuild/SPECS/gnunet-suse.spec b/rpmbuild/SPECS/gnunet-suse.spec
index 25d6de9..4f4e5c0 100644
--- a/rpmbuild/SPECS/gnunet-suse.spec
+++ b/rpmbuild/SPECS/gnunet-suse.spec
@@ -212,7 +212,7 @@ rm -rf %{buildroot}/%{buildroot}
212#make check 212#make check
213 213
214%post 214%post
215mkdir -p /etc/gnunet 215#mkdir -p /etc/gnunet
216touch /etc/gnunet/gnunet.conf 216touch /etc/gnunet/gnunet.conf
217 217
218%clean 218%clean