diff options
| author | Andy Grover <agrover@redhat.com> | 2013-05-07 15:21:20 -0700 |
|---|---|---|
| committer | Andy Grover <agrover@redhat.com> | 2013-05-07 15:21:20 -0700 |
| commit | 73fe831901d74f7580db67fa15eb64f183a9674f (patch) | |
| tree | e2c8cc7be2521cef4dc1ae4935ea14db79565a20 | |
| parent | 36e924771417d152aa33e44904837576060efdcc (diff) | |
| download | targetcli-73fe831901d74f7580db67fa15eb64f183a9674f.tar.gz | |
Fix build scripts for renamed README
Reported-by: bsyd
Signed-off-by: Andy Grover <agrover@redhat.com>
| -rw-r--r-- | debian/targetcli-doc.docs | 2 | ||||
| -rw-r--r-- | debian/targetcli.docs | 2 | ||||
| -rw-r--r-- | rpm/targetcli.spec.tmpl | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/debian/targetcli-doc.docs b/debian/targetcli-doc.docs index 2e1165c..7363993 100644 --- a/debian/targetcli-doc.docs +++ b/debian/targetcli-doc.docs @@ -1,4 +1,4 @@ -doc/README +doc/README.md doc/COPYING doc/targetcli_reference.html doc/targetcli_reference.pdf diff --git a/debian/targetcli.docs b/debian/targetcli.docs index 1f562b3..7758d58 100644 --- a/debian/targetcli.docs +++ b/debian/targetcli.docs @@ -1,2 +1,2 @@ -README +README.md COPYING diff --git a/rpm/targetcli.spec.tmpl b/rpm/targetcli.spec.tmpl index ba83f4b..aaab1ee 100644 --- a/rpm/targetcli.spec.tmpl +++ b/rpm/targetcli.spec.tmpl @@ -34,6 +34,6 @@ rm -rf %{buildroot} %defattr(-,root,root,-) %{python_sitelib} %{_bindir}/targetcli -%doc COPYING README +%doc COPYING README.md %changelog |
