[SCM] Atari 2600 Emulator for SDL & the X Window System branch, master, updated. debian/3.2-1-4-gba9f2b2

Stephen Kitt steve at sk2.org
Tue Aug 24 21:35:34 UTC 2010


The following commit has been merged in the master branch:
commit a2ec695663bfd7079b1724c38a923acdf4668a4f
Author: Stephen Kitt <steve at sk2.org>
Date:   Tue Aug 24 22:55:48 2010 +0200

    debian-menus scans ~/.stella/roms rather than ~/.stella.

diff --git a/debian/changelog b/debian/changelog
index 106da88..76de244 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+stella (3.2-2) UNRELEASED; urgency=low
+
+  * Change debian-menus to scan ~/.stella/roms rather than ~/.stella.
+
+ -- Stephen Kitt <steve at sk2.org>  Tue, 24 Aug 2010 22:54:30 +0200
+
 stella (3.2-1) experimental; urgency=low
 
   * New upstream version.
diff --git a/debian/debian-menus b/debian/debian-menus
index c2f35ab..d3766e1 100755
--- a/debian/debian-menus
+++ b/debian/debian-menus
@@ -7,7 +7,7 @@ my $DEBUG=($1 || 1) if($ARGV[0]=~m/^-d(\d*)$/);
 my $MD5='/usr/bin/md5sum';
 
 my $USER=$>;
-my $STHOME=(getpwuid($USER))[7]."/.stella";
+my $STHOME=(getpwuid($USER))[7]."/.stella/roms";
 
 my $PRO="$STHOME/stella.pro";
 $PRO="/etc/stella.pro" if(!$USER or ! -e $PRO); 

-- 
Atari 2600 Emulator for SDL & the X Window System



More information about the Pkg-games-commits mailing list