X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=contrib%2Fpackaging%2Fdebian%2Fmake_deb.sh;fp=contrib%2Fpackaging%2Fdebian%2Fmake_deb.sh;h=f049a108fcd4c815fd0f20e93fbbf1df38598c81;hb=2184cf58ac94acc2b5e060b6c25757441d6cb68d;hp=dddc08fa69d706d27cfc6752786a22015fd16fd0;hpb=3e9037c726e3e3f991dbd27a3c2addac95e2f257;p=deb_pkgs%2Fautorandr.git diff --git a/contrib/packaging/debian/make_deb.sh b/contrib/packaging/debian/make_deb.sh index dddc08f..f049a10 100755 --- a/contrib/packaging/debian/make_deb.sh +++ b/contrib/packaging/debian/make_deb.sh @@ -34,7 +34,7 @@ mkdir $D # Debian(ish) specific part make -C "$P/../../../" \ DESTDIR="$D" \ - TARGETS="autorandr bash_completion autostart_config pmutils systemd udev" \ + TARGETS="autorandr bash_completion autostart_config systemd udev" \ BASH_COMPLETION_DIR=/usr/share/bash-completion/completions \ SYSTEMD_UNIT_DIR=/lib/systemd/system \ PM_UTILS_DIR=/usr/lib/pm-utils/sleep.d \