[mupen64plus] 29/262: Create plugins dir if it doesn't exist

Sven Eckelmann ecsv-guest at moszumanska.debian.org
Thu Nov 26 05:59:12 UTC 2015


This is an automated email from the git hooks/post-receive script.

ecsv-guest pushed a commit to branch master
in repository mupen64plus.

commit 8a97db3777ea91084c4457feeb8e61b611964f27
Author: Sven Eckelmann <sven.eckelmann at gmx.de>
Date:   Mon Jun 1 13:53:08 2009 +0200

    Create plugins dir if it doesn't exist
---
 debian/changelog | 1 +
 debian/rules     | 1 +
 2 files changed, 2 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 029d72e..8ab55aa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -21,6 +21,7 @@ mupen64plus (1.5-3) UNRELEASED; urgency=low
     - Remove unused configure target
     - Use quilt to patch files
     - Don't create install dirs separately
+    - Create plugins dir if it doesn't exist
   * Remove changes outside of debian/*
   * debian/patches:
     - Add 100-fix-desktop-file.patch, fix desktop file
diff --git a/debian/rules b/debian/rules
index 582fa1d..840992d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,6 +10,7 @@ build: build-stamp
 build-stamp: $(QUILT_STAMPFN)
 	dh_testdir
 
+	mkdir -p $(CURDIR)/plugins
 	$(MAKE) all
 
 	touch $@

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/mupen64plus.git



More information about the Pkg-games-commits mailing list