diff options
author | Baptiste DURAND <baptiste.durand@eurogiciel.fr> | 2013-06-10 12:05:01 +0200 |
---|---|---|
committer | Baptiste DURAND <baptiste.durand@eurogiciel.fr> | 2013-06-10 12:05:01 +0200 |
commit | 45ab37fe2fb690e076a6d5205b907c21e92b3628 (patch) | |
tree | 064766d0dc3943c256e457f145b14708ef09ceb3 | |
parent | 340f4d63343ba6d91f31225f0b1dd053a9b8f73e (diff) | |
download | librua-45ab37fe2fb690e076a6d5205b907c21e92b3628.tar.gz librua-45ab37fe2fb690e076a6d5205b907c21e92b3628.tar.bz2 librua-45ab37fe2fb690e076a6d5205b907c21e92b3628.zip |
Replace manifest with default floor
-rw-r--r-- | librua.manifest | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/librua.manifest b/librua.manifest index eab0f7e..97e8c31 100644 --- a/librua.manifest +++ b/librua.manifest @@ -1,15 +1,5 @@ <manifest> - <define> - <domain name="rua"/> - <provide> - <label name="rua::db"/> - </provide> - </define> <request> - <domain name="rua"/> + <domain name="_"/> </request> - <assign> - <filesystem path="/usr/lib/librua.so.0" label="_"/> - <filesystem path="/usr/lib/librua.so.0.1.0" label="_"/> - </assign> </manifest> |