From 44bdb20de67c81e0a8479d691202b988eacc726f Mon Sep 17 00:00:00 2001 From: TheElectronWill Date: Sun, 28 Jan 2018 22:26:40 +0100 Subject: [PATCH] Require package libatomic, fix #6 --- create-package.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/create-package.sh b/create-package.sh index a640351..0c43977 100755 --- a/create-package.sh +++ b/create-package.sh @@ -15,9 +15,9 @@ arch='x86_64' # Settings according to the distribution if [[ $distrib == "redhat" ]]; then - pkg_req='glibc, alsa-lib, GConf2, libnotify, nspr >= 4.13, nss >= 3.27, libstdc++ >= 6, libX11 >= 1.6, libXtst >= 1.2, libappindicator, libcxx%{?_isa}' + pkg_req='libatomic, glibc, alsa-lib, GConf2, libnotify, nspr >= 4.13, nss >= 3.27, libstdc++ >= 6, libX11 >= 1.6, libXtst >= 1.2, libappindicator, libcxx%{?_isa}' elif [[ $distrib == "suse" ]]; then - pkg_req='glibc, alsa, gconf2, libnotify, mozilla-nspr >= 4.13, mozilla-nss >= 3.27, libstdc++6, libX11 >= 1.6, libXtst >= 1.2, libappindicator, libc++1' + pkg_req='libatomic1, glibc, alsa, gconf2, libnotify, mozilla-nspr >= 4.13, mozilla-nss >= 3.27, libstdc++6, libX11 >= 1.6, libXtst >= 1.2, libappindicator, libc++1' else disp "${red}Sorry, your distribution isn't supported (yet).$reset" exit