diff options
-rwxr-xr-x | debian/progress-linux.postinst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/progress-linux.postinst b/debian/progress-linux.postinst index 1943240..37f83e3 100755 --- a/debian/progress-linux.postinst +++ b/debian/progress-linux.postinst @@ -117,7 +117,7 @@ Configure_apt_preferences () cat >> "/etc/apt/preferences.d/${PROJECT}.pref" << EOF Package: * -Pin: release n=${ARCHIVE} +Pin: release o=${PROJECT}, n=${ARCHIVE} Pin-Priority: ${PIN_PRIORITY} EOF } |