diff --git a/udf_native.spec b/udf_native.spec index e9df3a8e9db42c16c5e54af189c823945f2f8b81..8871c0f8ade0ea4f67d9b8e6feb32ce2bd2281b4 100644 --- a/udf_native.spec +++ b/udf_native.spec @@ -22,8 +22,8 @@ This package contains javadoc for %{name}. %prep %setup -q -n %{name} cp -p %{SOURCE1} pom.xml -cp -p %{SOURCE1} build.sh -cp -p %{SOURCE1} install.sh +cp -p %{SOURCE2} build.sh +cp -p %{SOURCE3} install.sh chmod +x ./build.sh %build @@ -41,7 +41,7 @@ chmod +x /udf-trans-opt/install.sh %clean rm -rf %{buildroot} -%file +%files %defattr(-,root,root) %attr(0600,root,root) /udf-trans-opt/* diff --git a/udf_native.tar.gz b/udf_native.tar.gz index 8d879f011035d842ff570ba465b6e6d298af7b9f..3b28626f60cc91026bcde291fb65ca6b420df160 100644 Binary files a/udf_native.tar.gz and b/udf_native.tar.gz differ