rocm-arch

A collection of Arch Linux PKGBUILDS for the ROCm platform

  1. 1
  2. 2
  3. 3
  4. 4
  5. 5
  6. 6
  7. 7
  8. 8
  9. 9
  10. 10
  11. 11
  12. 12
  13. 13
  14. 14
  15. 15
  16. 16
  17. 17
  18. 18
diff --unified --recursive --text package.orig/rcqt.so/src/action.cpp package.new/rcqt.so/src/action.cpp
--- package.orig/rcqt.so/src/action.cpp	2020-11-02 20:52:54.346675345 +0100
+++ package.new/rcqt.so/src/action.cpp	2020-11-02 20:53:23.430008727 +0100
@@ -196,13 +196,7 @@
   // Checking if version field exists
   string version_name;
   version_exists = has_property(VERSION, &version_name);
-  #if RVS_OS_TYPE_NUM == 1
-  string command_string = "dpkg --get-selections > ";
-  #endif
-  #if RVS_OS_TYPE_NUM == 2
-  string command_string = "rpm -qa --qf \"%{NAME}\n\" > ";
-  #endif
-  command_string += PKG_CMD_FILE;
+  string command_string = "pacman -Q > ";
 
   // We execute the dpkg-querry
   if (system(command_string.c_str()) == -1) {