mirror of
https://github.com/miniflux/v2.git
synced 2025-08-01 17:38:37 +00:00
use dirs file for debian package
Instead of running mkdir from debian/rules, the native way to create the necessary directories is with the dirs file which is read by the dh_installdirs helper script. See: * https://www.debian.org/doc/manuals/maint-guide/dother.en.html#dirs * dh_installdirs(1) manual page I am not aware of any specific problems that could arise from doing it manually instead of using dh_installdirs. But sticking to the native approach might be a good idea.
This commit is contained in:
parent
efa8bfcf0e
commit
1e16e19d11
3 changed files with 3 additions and 2 deletions
|
@ -9,8 +9,6 @@ override_dh_auto_clean:
|
|||
override_dh_auto_test:
|
||||
override_dh_auto_build:
|
||||
override_dh_auto_install:
|
||||
mkdir -p $(DESTDIR)/etc
|
||||
mkdir -p $(DESTDIR)/usr/bin
|
||||
cp miniflux.conf $(DESTDIR)/etc/miniflux.conf
|
||||
cp miniflux $(DESTDIR)/usr/bin/miniflux
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue