1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-13 00:58:27 +03:00

mkosi: drop Debian /tmp hack

/tmp is now a tmpfs in debian testing so let's drop our workaround.
This commit is contained in:
Daan De Meyer 2024-06-03 11:49:34 +02:00
parent e9ef4d6c7f
commit c397b5c701

View File

@ -44,10 +44,6 @@ EOF
cat debian/changelog >>debian/changelog.new
mv debian/changelog.new debian/changelog
# FIXME: Remove after tmp.mount is kept intact in the debian packaging for UPSTREAM=1 builds.
sed --in-place '/tmp.mount/d' debian/rules
sed --in-place '/tmp.mount/d' debian/not-installed
build() {
DEB_BUILD_OPTIONS=$(awk '$1=$1' <<<"\
$( ((WITH_TESTS)) || echo nocheck) \