Include /rw in the package
On Fedora it was created in %post, but on Debian not. Unify it to simply provide the directory as standard package content.
This commit is contained in:
parent
a2e17ef244
commit
be266a00dd
1
Makefile
1
Makefile
@ -181,6 +181,7 @@ install-common:
|
|||||||
|
|
||||||
install -d $(DESTDIR)/var/run/qubes
|
install -d $(DESTDIR)/var/run/qubes
|
||||||
install -d $(DESTDIR)/home_volatile/user
|
install -d $(DESTDIR)/home_volatile/user
|
||||||
|
install -d $(DESTDIR)/rw
|
||||||
|
|
||||||
install-deb:
|
install-deb:
|
||||||
mkdir -p $(DESTDIR)/etc/apt/sources.list.d
|
mkdir -p $(DESTDIR)/etc/apt/sources.list.d
|
||||||
|
@ -387,6 +387,7 @@ rm -f %{name}-%{version}
|
|||||||
%dir /home_volatile
|
%dir /home_volatile
|
||||||
%attr(700,user,user) /home_volatile/user
|
%attr(700,user,user) /home_volatile/user
|
||||||
%dir /mnt/removable
|
%dir /mnt/removable
|
||||||
|
%dir /rw
|
||||||
|
|
||||||
%package sysvinit
|
%package sysvinit
|
||||||
Summary: Qubes unit files for SysV init style or upstart
|
Summary: Qubes unit files for SysV init style or upstart
|
||||||
|
Loading…
Reference in New Issue
Block a user