diff options
author | fcrozat <fcrozat@99302b65-d5f7-0310-b3dd-f8cd6f4e3d94> | 2007-02-20 16:17:39 +0000 |
---|---|---|
committer | fcrozat <fcrozat@99302b65-d5f7-0310-b3dd-f8cd6f4e3d94> | 2007-02-20 16:17:39 +0000 |
commit | b8e42bff60ee8cdddbe620a395792d25701cd96a (patch) | |
tree | 2f2f012c008e13aa517e99644917ce02ebb65b52 /Makefile | |
parent | 3ee66b6386213986c7d6ca9e7217626d4e7af58d (diff) | |
download | s2u-b8e42bff60ee8cdddbe620a395792d25701cd96a.tar s2u-b8e42bff60ee8cdddbe620a395792d25701cd96a.tar.gz s2u-b8e42bff60ee8cdddbe620a395792d25701cd96a.tar.bz2 s2u-b8e42bff60ee8cdddbe620a395792d25701cd96a.tar.xz s2u-b8e42bff60ee8cdddbe620a395792d25701cd96a.zip |
Add svnroot
git-svn-id: svn+ssh://svn.mandriva.com/svn/soft/s2u/trunk@182697 99302b65-d5f7-0310-b3dd-f8cd6f4e3d94
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -9,6 +9,8 @@ PACKAGE=s2u TAG := $(shell echo "V$(VERSION)_$(RELEASE)" | tr -- '-.' '__') +SVNROOT = svn+ssh://svn.mandriva.com/svn/soft/$(PACKAGE) + FILES = Makefile README hostname-post s2u.c s2u.sh \ AUTHORS LICENSE README ChangeLog s2u.conf |