diff options
author | Michael Scherer <misc@mandriva.com> | 2005-10-10 21:05:20 +0000 |
---|---|---|
committer | Michael Scherer <misc@mandriva.com> | 2005-10-10 21:05:20 +0000 |
commit | 07d7eda400c95c039e212aeae53cdff88c34792e (patch) | |
tree | 0006de94be83279fc5c04839f0cef29414231002 /rpmbuildupdate | |
parent | cd0fafa5c54e93a38a3346a2985a452412c1182f (diff) | |
download | bootsplash-07d7eda400c95c039e212aeae53cdff88c34792e.tar bootsplash-07d7eda400c95c039e212aeae53cdff88c34792e.tar.gz bootsplash-07d7eda400c95c039e212aeae53cdff88c34792e.tar.bz2 bootsplash-07d7eda400c95c039e212aeae53cdff88c34792e.tar.xz bootsplash-07d7eda400c95c039e212aeae53cdff88c34792e.zip |
- remove deps on Mdk::Common and use File::Basename
Diffstat (limited to 'rpmbuildupdate')
-rwxr-xr-x | rpmbuildupdate | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpmbuildupdate b/rpmbuildupdate index f1ea95a..805b70e 100755 --- a/rpmbuildupdate +++ b/rpmbuildupdate @@ -29,7 +29,7 @@ use strict; use AppConfig; -use MDK::Common::File qw(basename); +use File::Basename; use File::Copy; use Cwd; use File::Spec; |