]> git.pld-linux.org Git - packages/webapps.git/commitdiff
- fully canonicalize webapp link when displaying list; rel 5 AC-branch auto/ac/webapps-0_3_1-5 auto/th/webapps-0_3_1-5
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 1 Oct 2010 06:51:19 +0000 (06:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    webapps.sh -> 1.18
    webapps.spec -> 1.29

webapps.sh
webapps.spec

index bc79e2594d53b2fae5e0d38867b2fb33b3f9879c..8ec93b03136a6cb1f5a44af860313f5cb233b818 100644 (file)
@@ -27,7 +27,7 @@ webapp_list() {
                echo "$server:"
                for conf in /etc/$server/webapps.d/*; do
                        [ -L $conf ] || continue
-                       app=$(readlink $conf | sed -e "s,.*$webapps/,,;s,/$server.conf$,,")
+                       app=$(readlink -f $conf | sed -e "s,$webapps/,,;s,/$server.conf$,,")
                        echo "- $app"
                done
        done
index c33dd7d9534cc01a33cae0ffcb2e8c24fef73328..c5b254d6b3c2a69c38ce7d59721cd2c08ce81ca6 100644 (file)
@@ -2,7 +2,7 @@ Summary:        webapps framework
 Summary(pl.UTF-8):     Szkielet dla aplikacji WWW
 Name:          webapps
 Version:       0.3.1
-Release:       4
+Release:       5
 License:       GPL
 Group:         Applications/WWW
 Source0:       %{name}.README
This page took 0.100731 seconds and 4 git commands to generate.