]> git.rmz.io Git - dotfiles.git/commitdiff
remove lib32-testing repo
authorSamir Benmendil <ram-z@chakra-project.org>
Sun, 6 Jan 2013 10:46:24 +0000 (11:46 +0100)
committerSamir Benmendil <ram-z@chakra-project.org>
Sun, 6 Jan 2013 10:46:24 +0000 (11:46 +0100)
bin/lib32-diff

index f75490433bcf9fcf6f87e6a369001741e142326e..7a13adee1f7972f03543dba619f38acb04a70859 100755 (executable)
@@ -2,7 +2,7 @@
 use warnings;
 use strict;
 
-my @lib32_pkgs = `pacman -Sl lib32-testing lib32`;
+my @lib32_pkgs = `pacman -Sl testing lib32`;
 my %lib32;
 
 foreach (@lib32_pkgs) {