diff options
author | James Meyer <james.meyer@operamail.com> | 2010-04-03 21:17:57 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2010-04-03 21:17:57 (GMT) |
commit | 14a57026f9fdb792405b456dcf9eeda149a7e547 (patch) | |
tree | 8196467e9ca2966f7e15f0a682f2b8c9940451f4 /abs | |
parent | 1e5530d500cd89303494c503cf2b6b04cf6ea708 (diff) | |
parent | 5fabd0c86c927413a276728ad81c1fabed2c5352 (diff) | |
download | linhes_pkgbuild-14a57026f9fdb792405b456dcf9eeda149a7e547.zip linhes_pkgbuild-14a57026f9fdb792405b456dcf9eeda149a7e547.tar.gz linhes_pkgbuild-14a57026f9fdb792405b456dcf9eeda149a7e547.tar.bz2 |
Merge branch 'HEAD' of ssh://jams@knoppmyth.net/mount/repository/LinHES-PKGBUILD
Diffstat (limited to 'abs')
-rw-r--r-- | abs/core-testing/local-website/PKGBUILD | 2 | ||||
-rwxr-xr-x | abs/core-testing/local-website/htdocs/index.html | 12 |
2 files changed, 7 insertions, 7 deletions
diff --git a/abs/core-testing/local-website/PKGBUILD b/abs/core-testing/local-website/PKGBUILD index 8360138..cc4127b 100644 --- a/abs/core-testing/local-website/PKGBUILD +++ b/abs/core-testing/local-website/PKGBUILD @@ -1,6 +1,6 @@ pkgname=local-website pkgver=2 -pkgrel=23 +pkgrel=24 pkgdesc="Contents of http://localhost" arch=(i686 x86_64) license=('GPL') diff --git a/abs/core-testing/local-website/htdocs/index.html b/abs/core-testing/local-website/htdocs/index.html index 044366c..5f2558d 100755 --- a/abs/core-testing/local-website/htdocs/index.html +++ b/abs/core-testing/local-website/htdocs/index.html @@ -7,13 +7,13 @@ <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="robots" content="noindex, nofollow"> - <script type="text/javascript" src="js/prototype.js"></script> - <script type="text/javascript" src="js/prototip/prototip.js"></script> - <link rel="stylesheet" type="text/css" href="js/prototip/prototip.css"> + <script type="text/javascript" src="linhes/js/prototype.js"></script> + <script type="text/javascript" src="linhes/js/prototip/prototip.js"></script> + <link rel="stylesheet" type="text/css" href="linhes/js/prototip/prototip.css"> - <script type="text/javascript" src="js/utils.js"></script> - <script type="text/javascript" src="js/AC_OETags.js"></script> - <script type="text/javascript" src="js/table_sort.js"></script> + <script type="text/javascript" src="linhes/js/utils.js"></script> + <script type="text/javascript" src="linhes/js/AC_OETags.js"></script> + <script type="text/javascript" src="linhes/js/table_sort.js"></script> <link rel="stylesheet" type="text/css" href="/linhes/default/style.css"> <link rel="stylesheet" type="text/css" href="/linhes/default/header.css"> |