Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion debian/cloudstack-marvin.install
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
# specific language governing permissions and limitations
# under the License.

/usr/share/cloudstack-marvin/Marvin*.tar.gz
/usr/share/cloudstack-marvin/[Mm]arvin*.tar.gz
2 changes: 1 addition & 1 deletion debian/cloudstack-marvin.postinst
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
set -e

python3 -m pip install --upgrade pip
python3 -m pip install --upgrade /usr/share/cloudstack-marvin/Marvin-*.tar.gz
python3 -m pip install --upgrade /usr/share/cloudstack-marvin/[Mm]arvin-*.tar.gz
2 changes: 1 addition & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ override_dh_auto_install:

# cloudstack-marvin
mkdir -p $(DESTDIR)/usr/share/$(PACKAGE)-marvin
cp tools/marvin/dist/Marvin-*.tar.gz $(DESTDIR)/usr/share/$(PACKAGE)-marvin/
cp tools/marvin/dist/[Mm]arvin-*.tar.gz $(DESTDIR)/usr/share/$(PACKAGE)-marvin/

# cloudstack-integration-tests
mkdir -p $(DESTDIR)/usr/share/$(PACKAGE)-integration-tests
Expand Down
Loading