[SCM] sddm packaging branch, master, updated. ccd6f2fc514466799fda2ca7e845f2ec951f11b6

Maximiliano Curia maxy at moszumanska.debian.org
Fri Oct 17 11:32:53 UTC 2014


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-std/sddm.git;a=commitdiff;h=90453e6

The following commit has been merged in the master branch:
commit 90453e62363bb4c7a6fdbbf628783b16a07da237
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date:   Fri Oct 17 12:48:48 2014 +0200

    sddm.postinst typo, thanks to Riddel for noticing it.
---
 debian/sddm.postinst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/sddm.postinst b/debian/sddm.postinst
index 4c828d5..e479187 100644
--- a/debian/sddm.postinst
+++ b/debian/sddm.postinst
@@ -31,7 +31,7 @@ fi
 if ! [ -e "$DEFAULT_DISPLAY_MANAGER_FILE" ]; then
     if db_get shared/default-x-display-manager; then
         if [ -z "$RET" ]; then
-            $RET="$THIS_PACKAGE"
+            RET="$THIS_PACKAGE"
         fi
         if [ "$THIS_PACKAGE" != "$RET" ]; then
             echo "Please be sure to run \"dpkg --configure $RET\"."

-- 
sddm packaging



More information about the pkg-kde-commits mailing list