From 5fcb8cd439c3725beb46ada423ac046a812fde91 Mon Sep 17 00:00:00 2001 From: Maniack Crudelis Date: Tue, 14 Mar 2017 16:34:07 +0100 Subject: [PATCH] Remove use of deprecated helper --- data/helpers.d/package | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/helpers.d/package b/data/helpers.d/package index 404c63cbc..c9f0557cc 100644 --- a/data/helpers.d/package +++ b/data/helpers.d/package @@ -88,7 +88,7 @@ ynh_package_install_from_equivs () { ynh_package_update # Build and install the package - TMPDIR=$(ynh_mkdir_tmp) + TMPDIR=$(mktemp -d) # Note that the cd executes into a sub shell # Create a fake deb package with equivs-build and the given control file # Install the fake package without its dependencies with dpkg