Kaynağa Gözat

worked around a permission denied

Christoph Schug 23 yıl önce
ebeveyn
işleme
d542847387
1 değiştirilmiş dosya ile 5 ekleme ve 2 silme
  1. 5 2
      perl-dbi/perl-dbi.spec

+ 5 - 2
perl-dbi/perl-dbi.spec

@@ -53,8 +53,8 @@ Packager:     The OpenPKG Project
 Distribution: OpenPKG [EXP]
 Group:        Language
 License:      GPL/Artistic
-Version:      20020526
-Release:      20020526
+Version:      20020528
+Release:      20020528
 
 #   list of sources
 Source0:      http://www.cpan.org/modules/by-module/DBI/DBI-%{V_dbi}.tar.gz
@@ -134,6 +134,9 @@ AutoReqProv:  no
     make="%{l_make} %{l_mflags}"
     makeargs="PERL=$perl FULLPERL=$perl"
 
+    #   ensure we can write where we want to
+    find . -exec chmod ug+w {} \;
+
     #   make sure our Perl is used
     %{l_shtool} subst \
         -e "s:\$^X:'$perl':g" \