forked from cromer/pamac-classic
Try to fix last commit
This commit is contained in:
parent
847a6bc559
commit
43e1042e09
@ -85,7 +85,7 @@ namespace Pamac {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private bool check_pacman_running () {
|
private bool check_pacman_running () {
|
||||||
var lockfile = File.new_for_path ("/var/lib/pacman/db.lck");
|
var lockfile = GLib.File.new_for_path ("/var/lib/pacman/db.lck");
|
||||||
if (locked) {
|
if (locked) {
|
||||||
if (lockfile.query_exists () == false) {
|
if (lockfile.query_exists () == false) {
|
||||||
locked = false;
|
locked = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user