summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xdebian/progress-linux.postinst2
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
}