diff --git a/feeds_excel.install b/feeds_excel.install
index d085a6f..45d596c 100644
--- a/feeds_excel.install
+++ b/feeds_excel.install
@@ -17,7 +17,7 @@ function feeds_excel_requirements($phase) {
     );
   }
 
-  $path = !module_exists('libraries') ? 'sites/all/libaries/phpExcelReader' : libraries_get_path('phpExcelReader');
+  $path = libraries_get_path('phpExcelReader');
   if (!file_exists($path .'/Excel/reader.php')) {
     $requirements['feeds_excel:libraries'] = array(
       'title' => $t('phpExcelReader'),
