Search
j0ke.net Open Build Service
>
Projects
>
home:netmax
:
playground
>
guacamole
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 5
[-]
[+]
Changed
guacamole.spec
@@ -44,11 +44,11 @@ /var/lib/guacamole/guacamole.war %post -ln -sf /var/lib/guacamole/guacamole.war /usr/share/tomcat6/webapps/ -ln -sf /etc/guacamole/guacamole.properties /usr/share/tomcat6/lib/ +ln -sf /var/lib/guacamole/guacamole.war /usr/share/tomcat6/webapps/ || : +ln -sf /etc/guacamole/guacamole.properties /usr/share/tomcat6/lib/ || : %postun -rm -f /usr/share/tomcat6/webapps/guacamole.war -rm -f /usr/share/tomcat6/lib/guacamole.properties +rm -f /usr/share/tomcat6/webapps/guacamole.war || : +rm -f /usr/share/tomcat6/lib/guacamole.properties || : %changelog