From be266a00dd22142905af317de7a95f64762d9501 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Sun, 19 Oct 2014 04:32:57 +0200 Subject: [PATCH] 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. --- Makefile | 1 + rpm_spec/core-vm.spec | 1 + 2 files changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 97d0ead..6579547 100644 --- a/Makefile +++ b/Makefile @@ -181,6 +181,7 @@ install-common: install -d $(DESTDIR)/var/run/qubes install -d $(DESTDIR)/home_volatile/user + install -d $(DESTDIR)/rw install-deb: mkdir -p $(DESTDIR)/etc/apt/sources.list.d diff --git a/rpm_spec/core-vm.spec b/rpm_spec/core-vm.spec index 0af2b77..7b229d6 100644 --- a/rpm_spec/core-vm.spec +++ b/rpm_spec/core-vm.spec @@ -387,6 +387,7 @@ rm -f %{name}-%{version} %dir /home_volatile %attr(700,user,user) /home_volatile/user %dir /mnt/removable +%dir /rw %package sysvinit Summary: Qubes unit files for SysV init style or upstart