diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -34,6 +34,11 @@ Add the parameter "PyGObject" if you compiled the rpm with icon support (which p On Fedora, selinux prevents running /var/www/fuss/fuss.bin by systemd. +### Building a distro package +For an rpm, you can generate the correct type of tarball with: + + git archive master --format=tar.gz --prefix=fuss/ > ~/rpmbuild/SOURCES/fuss_0.0.2.orig.tar.gz + ## Dependencies * python3-flask * python3-magic |