diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2013-07-09 15:25:03 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2013-07-09 15:25:03 -0400 |
commit | 34abef358862d5e7fb151f74e33bc5e79b40698b (patch) | |
tree | 49e3f43651a13ba48ef764af331baf96584f0aa5 /simple.ips | |
parent | 3e916a8d425c07a91b628f65b1a77c30aa7a442b (diff) | |
download | ipsutils-34abef358862d5e7fb151f74e33bc5e79b40698b.tar.gz |
Implement 'badpath' keyword to circumvent evil archivers (aka programmers)
Diffstat (limited to 'simple.ips')
-rw-r--r-- | simple.ips | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/simple.ips b/simple.ips new file mode 100644 index 0000000..08029b2 --- /dev/null +++ b/simple.ips @@ -0,0 +1,30 @@ +name: simple +repackage: +version: +release: 1 +group: +summary: "" +license: +maintainer: "" +upstream_url: +source_url: +arch: +classification: "" +description: "" + + +%prep + +%end + +%build + +%end + +%install + +%end + +%transforms + +%end |