diff options
author | Roland Reichwein <mail@reichwein.it> | 2022-11-26 08:53:04 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2022-11-26 08:53:04 +0100 |
commit | 32d1a989683f9a64e70f972d4a3e185a85a2c309 (patch) | |
tree | ded3d4e0980f46203e6b4e1345f8fde1881da1c0 /debian | |
parent | 9487db69020bfa7b91d70ee62b97441ef6c9ece4 (diff) |
Debian: Create /var/lib/whiteboard incl. permissions
Diffstat (limited to 'debian')
-rw-r--r-- | debian/dirs | 1 | ||||
-rwxr-xr-x | debian/rules | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/debian/dirs b/debian/dirs new file mode 100644 index 0000000..7b03c85 --- /dev/null +++ b/debian/dirs @@ -0,0 +1 @@ +var/lib/whiteboard diff --git a/debian/rules b/debian/rules index 2d33f6a..9f52133 100755 --- a/debian/rules +++ b/debian/rules @@ -2,3 +2,7 @@ %: dh $@ + +override_dh_fixperms: + dh_fixperms + chmod a+rwx debian/whiteboard/var/lib/whiteboard |